Html Css Color HEX #BCCF52 Wild Willow

📋 copy color: '#BCCF52'

red 188 ◦ green 207 ◦ blue 82

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

Shades of Wild Willow #BCCF52

Tints of Wild Willow #BCCF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.19%

R = 39.41%
G = 43.4%
B = 17.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#BCCF52 (or 0xBCCF52) is known color: Wild Willow. HEX triplet: BC, CF and 52. RGB value is (188,207,82). Sum of RGB (Red+Green+Blue) = 188+207+82=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCF52 is #4330AD. Grayscale: #BBBBBB. Windows color (decimal): -4403374 or 5427132. OLE color: 5427132.

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

Color convert

RGB 188 207 82 -
CMYK 0.09 0 0.60 0.19
HSL 69.12º 0.57% 0.57% -
HSV(B) 69.12º 0.6% 0.81% -
XYZ 44.57 55.93 16.43 -
YUV 187.07 68.71 128.66 -
System Red Green Blue C M Y K H S L
Decimal 188 207 82 0.09 0 0.60 0.19 69.12 0.57 0.57
Hex BC CF 52 9 0 3C 13 45 39 39
Octal 274 317 122 11 0 74 23 105 71 71
Binary 10111100 11001111 1010010 1001 0 111100 10011 1000101 111001 111001

Color Harmonies of #BCCF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF52

Black with #BCCF52

Text Example


Text Example

White with #BCCF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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