Html Css Color HEX #BCCB72 Wild Willow

📋 copy color: '#BCCB72'

red 188 ◦ green 203 ◦ blue 114

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

Shades of Wild Willow #BCCB72

Tints of Wild Willow #BCCB72

RGB

 RED value IS 188 (73.83% from 255) = 37.23%

 GREEN value IS 203 (79.69% from 255) = 40.2%

 BLUE value IS 114 (44.92% from 255) = 22.57%

R = 37.23%
G = 40.2%
B = 22.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#BCCB72 (or 0xBCCB72) is known color: Wild Willow. HEX triplet: BC, CB and 72. RGB value is (188,203,114). Sum of RGB (Red+Green+Blue) = 188+203+114=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCB72 is #43348D. Grayscale: #BCBCBC. Windows color (decimal): -4404366 or 7523260. OLE color: 7523260.

HSL color Cylindrical-coordinate representation of color #BCCB72: hue angle of 70.11º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCCB72 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 114 -
CMYK 0.07 0 0.44 0.20
HSL 70.11º 0.46% 0.62% -
HSV(B) 70.11º 0.44% 0.8% -
XYZ 45.13 54.62 24.08 -
YUV 188.37 86.03 127.74 -
System Red Green Blue C M Y K H S L
Decimal 188 203 114 0.07 0 0.44 0.20 70.11 0.46 0.62
Hex BC CB 72 7 0 2C 14 46 2E 3E
Octal 274 313 162 7 0 54 24 106 56 76
Binary 10111100 11001011 1110010 111 0 101100 10100 1000110 101110 111110

Color Harmonies of #BCCB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB72

Black with #BCCB72

Text Example


Text Example

White with #BCCB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB72; }

 p { color: rgb(188,203,114); }

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

background-color css

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

 a { background-color: rgb(188,203,114); }

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

border-color css

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

 span { border-color: rgb(188,203,114); }

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