Html Css Color HEX #BCC062 Wild Willow

📋 copy color: '#BCC062'

red 188 ◦ green 192 ◦ blue 98

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

Shades of Wild Willow #BCC062

Tints of Wild Willow #BCC062

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.17%

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

R = 39.33%
G = 40.17%
B = 20.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BCC062 (or 0xBCC062) is known color: Wild Willow. HEX triplet: BC, C0 and 62. RGB value is (188,192,98). Sum of RGB (Red+Green+Blue) = 188+192+98=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC062 is #433F9D. Grayscale: #B4B4B4. Windows color (decimal): -4407198 or 6471868. OLE color: 6471868.

HSL color Cylindrical-coordinate representation of color #BCC062: hue angle of 62.55º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCC062 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 98 -
CMYK 0.02 0 0.49 0.25
HSL 62.55º 0.43% 0.57% -
HSV(B) 62.55º 0.49% 0.75% -
XYZ 41.79 49.27 18.86 -
YUV 180.09 81.67 133.64 -
System Red Green Blue C M Y K H S L
Decimal 188 192 98 0.02 0 0.49 0.25 62.55 0.43 0.57
Hex BC C0 62 2 0 31 19 3F 2B 39
Octal 274 300 142 2 0 61 31 77 53 71
Binary 10111100 11000000 1100010 10 0 110001 11001 111111 101011 111001

Color Harmonies of #BCC062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC062

Black with #BCC062

Text Example


Text Example

White with #BCC062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC062; }

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

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

background-color css

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

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

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

border-color css

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

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

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