Html Css Color HEX #BCCA62 Wild Willow

📋 copy color: '#BCCA62'

red 188 ◦ green 202 ◦ blue 98

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

Shades of Wild Willow #BCCA62

Tints of Wild Willow #BCCA62

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.39%

 BLUE value IS 98 (38.67% from 255) = 20.08%

R = 38.52%
G = 41.39%
B = 20.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#BCCA62 (or 0xBCCA62) is known color: Wild Willow. HEX triplet: BC, CA and 62. RGB value is (188,202,98). Sum of RGB (Red+Green+Blue) = 188+202+98=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 98 (38.67% from 255 or 20.08% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCA62 is #43359D. Grayscale: #BABABA. Windows color (decimal): -4404638 or 6474428. OLE color: 6474428.

HSL color Cylindrical-coordinate representation of color #BCCA62: hue angle of 68.08º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCCA62 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 202 98 -
CMYK 0.07 0 0.51 0.21
HSL 68.08º 0.5% 0.59% -
HSV(B) 68.08º 0.51% 0.79% -
XYZ 44.06 53.81 19.62 -
YUV 185.96 78.36 129.46 -
System Red Green Blue C M Y K H S L
Decimal 188 202 98 0.07 0 0.51 0.21 68.08 0.5 0.59
Hex BC CA 62 7 0 33 15 44 32 3B
Octal 274 312 142 7 0 63 25 104 62 73
Binary 10111100 11001010 1100010 111 0 110011 10101 1000100 110010 111011

Color Harmonies of #BCCA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCA62

Black with #BCCA62

Text Example


Text Example

White with #BCCA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCA62; }

 p { color: rgb(188,202,98); }

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

background-color css

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

 a { background-color: rgb(188,202,98); }

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

border-color css

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

 span { border-color: rgb(188,202,98); }

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