Html Css Color HEX #BCCF70 Wild Willow

📋 copy color: '#BCCF70'

red 188 ◦ green 207 ◦ blue 112

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

Shades of Wild Willow #BCCF70

Tints of Wild Willow #BCCF70

RGB

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

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

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

R = 37.08%
G = 40.83%
B = 22.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#BCCF70 (or 0xBCCF70) is known color: Wild Willow. HEX triplet: BC, CF and 70. RGB value is (188,207,112). Sum of RGB (Red+Green+Blue) = 188+207+112=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCF70 is #43308F. Grayscale: #BEBEBE. Windows color (decimal): -4403344 or 7393212. OLE color: 7393212.

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

Color convert

RGB 188 207 112 -
CMYK 0.09 0 0.46 0.19
HSL 72º 0.5% 0.63% -
HSV(B) 72º 0.46% 0.81% -
XYZ 45.98 56.49 23.81 -
YUV 190.49 83.71 126.22 -
System Red Green Blue C M Y K H S L
Decimal 188 207 112 0.09 0 0.46 0.19 72 0.5 0.63
Hex BC CF 70 9 0 2E 13 48 32 3F
Octal 274 317 160 11 0 56 23 110 62 77
Binary 10111100 11001111 1110000 1001 0 101110 10011 1001000 110010 111111

Color Harmonies of #BCCF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF70

Black with #BCCF70

Text Example


Text Example

White with #BCCF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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