Html Css Color HEX #BBCF74 Wild Willow

📋 copy color: '#BBCF74'

red 187 ◦ green 207 ◦ blue 116

#BBCF74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #BBCF74

Tints of Wild Willow #BBCF74

RGB

 RED value IS 187 (73.44% from 255) = 36.67%

 GREEN value IS 207 (81.25% from 255) = 40.59%

 BLUE value IS 116 (45.7% from 255) = 22.75%

R = 36.67%
G = 40.59%
B = 22.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#BBCF74 (or 0xBBCF74) is known color: Wild Willow. HEX triplet: BB, CF and 74. RGB value is (187,207,116). Sum of RGB (Red+Green+Blue) = 187+207+116=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCF74 is #44308B. Grayscale: #BEBEBE. Windows color (decimal): -4468876 or 7655355. OLE color: 7655355.

HSL color Cylindrical-coordinate representation of color #BBCF74: hue angle of 73.19º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBCF74 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 207 116 -
CMYK 0.10 0 0.44 0.19
HSL 73.19º 0.49% 0.63% -
HSV(B) 73.19º 0.44% 0.81% -
XYZ 45.96 56.45 25 -
YUV 190.65 85.87 125.4 -
System Red Green Blue C M Y K H S L
Decimal 187 207 116 0.10 0 0.44 0.19 73.19 0.49 0.63
Hex BB CF 74 A 0 2C 13 49 31 3F
Octal 273 317 164 12 0 54 23 111 61 77
Binary 10111011 11001111 1110100 1010 0 101100 10011 1001001 110001 111111

Color Harmonies of #BBCF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF74

Black with #BBCF74

Text Example


Text Example

White with #BBCF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF74; }

 p { color: rgb(187,207,116); }

 H1.HeaderClassName
 {
   color: #BBCF74;
 }
 .AnyTagClassName
 {
   color: #BBCF74;
 }
</style>

background-color css

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

 a { background-color: rgb(187,207,116); }

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

border-color css

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

 span { border-color: rgb(187,207,116); }

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