Html Css Color HEX #BCCC6B Wild Willow

📋 copy color: '#BCCC6B'

red 188 ◦ green 204 ◦ blue 107

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

Shades of Wild Willow #BCCC6B

Tints of Wild Willow #BCCC6B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.88%

 BLUE value IS 107 (42.19% from 255) = 21.44%

R = 37.68%
G = 40.88%
B = 21.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#BCCC6B (or 0xBCCC6B) is known color: Wild Willow. HEX triplet: BC, CC and 6B. RGB value is (188,204,107). Sum of RGB (Red+Green+Blue) = 188+204+107=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC6B is #433394. Grayscale: #BCBCBC. Windows color (decimal): -4404117 or 7064764. OLE color: 7064764.

HSL color Cylindrical-coordinate representation of color #BCCC6B: hue angle of 69.9º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCCC6B is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 107 -
CMYK 0.08 0 0.48 0.2
HSL 69.9º 0.49% 0.61% -
HSV(B) 69.9º 0.48% 0.8% -
XYZ 44.99 54.94 22.14 -
YUV 188.16 82.2 127.89 -
System Red Green Blue C M Y K H S L
Decimal 188 204 107 0.08 0 0.48 0.2 69.9 0.49 0.61
Hex BC CC 6B 8 0 30 14 46 31 3D
Octal 274 314 153 10 0 60 24 106 61 75
Binary 10111100 11001100 1101011 1000 0 110000 10100 1000110 110001 111101

Color Harmonies of #BCCC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC6B

Black with #BCCC6B

Text Example


Text Example

White with #BCCC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC6B; }

 p { color: rgb(188,204,107); }

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

background-color css

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

 a { background-color: rgb(188,204,107); }

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

border-color css

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

 span { border-color: rgb(188,204,107); }

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