Html Css Color HEX #BCC05F Wild Willow

📋 copy color: '#BCC05F'

red 188 ◦ green 192 ◦ blue 95

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

Shades of Wild Willow #BCC05F

Tints of Wild Willow #BCC05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20%

R = 39.58%
G = 40.42%
B = 20%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BCC05F (or 0xBCC05F) is known color: Wild Willow. HEX triplet: BC, C0 and 5F. RGB value is (188,192,95). Sum of RGB (Red+Green+Blue) = 188+192+95=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC05F is #433FA0. Grayscale: #B4B4B4. Windows color (decimal): -4407201 or 6275260. OLE color: 6275260.

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

Color convert

RGB 188 192 95 -
CMYK 0.02 0 0.51 0.25
HSL 62.47º 0.43% 0.56% -
HSV(B) 62.47º 0.51% 0.75% -
XYZ 41.65 49.22 18.13 -
YUV 179.75 80.17 133.89 -
System Red Green Blue C M Y K H S L
Decimal 188 192 95 0.02 0 0.51 0.25 62.47 0.43 0.56
Hex BC C0 5F 2 0 33 19 3E 2B 38
Octal 274 300 137 2 0 63 31 76 53 70
Binary 10111100 11000000 1011111 10 0 110011 11001 111110 101011 111000

Color Harmonies of #BCC05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC05F

Black with #BCC05F

Text Example


Text Example

White with #BCC05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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