Html Css Color HEX #BCCC52 Wild Willow

📋 copy color: '#BCCC52'

red 188 ◦ green 204 ◦ blue 82

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

Shades of Wild Willow #BCCC52

Tints of Wild Willow #BCCC52

RGB

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

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

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

R = 39.66%
G = 43.04%
B = 17.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#BCCC52 (or 0xBCCC52) is known color: Wild Willow. HEX triplet: BC, CC and 52. RGB value is (188,204,82). Sum of RGB (Red+Green+Blue) = 188+204+82=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 82 (32.42% from 255 or 17.30% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC52 is #4333AD. Grayscale: #B9B9B9. Windows color (decimal): -4404142 or 5426364. OLE color: 5426364.

HSL color Cylindrical-coordinate representation of color #BCCC52: hue angle of 67.87º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCCC52 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 82 -
CMYK 0.08 0 0.60 0.2
HSL 67.87º 0.54% 0.56% -
HSV(B) 67.87º 0.6% 0.8% -
XYZ 43.85 54.49 16.19 -
YUV 185.31 69.7 129.92 -
System Red Green Blue C M Y K H S L
Decimal 188 204 82 0.08 0 0.60 0.2 67.87 0.54 0.56
Hex BC CC 52 8 0 3C 14 44 36 38
Octal 274 314 122 10 0 74 24 104 66 70
Binary 10111100 11001100 1010010 1000 0 111100 10100 1000100 110110 111000

Color Harmonies of #BCCC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC52

Black with #BCCC52

Text Example


Text Example

White with #BCCC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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