Html Css Color HEX #BCCC70 Wild Willow

📋 copy color: '#BCCC70'

red 188 ◦ green 204 ◦ blue 112

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

Shades of Wild Willow #BCCC70

Tints of Wild Willow #BCCC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.22%

R = 37.3%
G = 40.48%
B = 22.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#BCCC70 (or 0xBCCC70) is known color: Wild Willow. HEX triplet: BC, CC and 70. RGB value is (188,204,112). Sum of RGB (Red+Green+Blue) = 188+204+112=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC70 is #43338F. Grayscale: #BDBDBD. Windows color (decimal): -4404112 or 7392444. OLE color: 7392444.

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

Color convert

RGB 188 204 112 -
CMYK 0.08 0 0.45 0.2
HSL 70.43º 0.47% 0.62% -
HSV(B) 70.43º 0.45% 0.8% -
XYZ 45.26 55.05 23.57 -
YUV 188.73 84.7 127.48 -
System Red Green Blue C M Y K H S L
Decimal 188 204 112 0.08 0 0.45 0.2 70.43 0.47 0.62
Hex BC CC 70 8 0 2D 14 46 2F 3E
Octal 274 314 160 10 0 55 24 106 57 76
Binary 10111100 11001100 1110000 1000 0 101101 10100 1000110 101111 111110

Color Harmonies of #BCCC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC70

Black with #BCCC70

Text Example


Text Example

White with #BCCC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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