#BBD662

Color #BBD662 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #BBD662

Tints of Wild Willow #BBD662

Color information

#BBD662 (or 0xBBD662) is unknown color: approx Wild Willow. HEX triplet: BB, D6 and 62. RGB value is (187,214,98). Sum of RGB (Red+Green+Blue) = 187+214+98=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD662 is #44299D. Grayscale: #C1C1C1. Windows color (decimal): -4467102 or 6477499. OLE color: 6477499.

HSL color Cylindrical-coordinate representation of color #BBD662: hue angle of 73.97º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBD662 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB18721498-
CMYK0.1300.540.16
HSL73.97º58.59%61.18%-
HSV(B)73.97º54.21%83.92%-
XYZ46.7459.5420.58-
YUV192.774.55123.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 214 (83.98% from 255) = 42.89%
BLUE value IS 98 (38.67% from 255) = 19.64%
R=37.47%
G=42.89%
B=19.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal187214980.1300.540.1673.9758.5961.18
HexBBD662D036104a3b3d
Octal27332614215066201127375
Binary1011101111010110110001011010110110100001001010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD662; }

 p { color: rgb(187,214,98); }

 H1.HeaderClassName
 {
   color: #BBD662;
 }
 .AnyTagClassName
 {
   color: #BBD662;
 }
</style>
background-color css

<style>
 a { background-color: #BBD662; }

 a { background-color: rgb(187,214,98); }

 div.DivClassName
 {
   background-color: #BBD662;
 }
 .BgClassName
 {
   background-color: #BBD662;
 }
</style>
border-color css

<style>
 span { border-color: #BBD662; }

 span { border-color: rgb(187,214,98); }

 td.TdClassName
 {
   border-color: #BBD662;
 }
 .TagClassName
 {
   border-color: #BBD662;
 }
</style>