Html Css Color HEX #BCC05D Wild Willow

📋 copy color: '#BCC05D'

red 188 ◦ green 192 ◦ blue 93

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

Shades of Wild Willow #BCC05D

Tints of Wild Willow #BCC05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.66%

R = 39.75%
G = 40.59%
B = 19.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BCC05D (or 0xBCC05D) is known color: Wild Willow. HEX triplet: BC, C0 and 5D. RGB value is (188,192,93). Sum of RGB (Red+Green+Blue) = 188+192+93=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC05D is #433FA2. Grayscale: #B3B3B3. Windows color (decimal): -4407203 or 6144188. OLE color: 6144188.

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

Color convert

RGB 188 192 93 -
CMYK 0.02 0 0.52 0.25
HSL 62.42º 0.44% 0.56% -
HSV(B) 62.42º 0.52% 0.75% -
XYZ 41.56 49.18 17.66 -
YUV 179.52 79.17 134.05 -
System Red Green Blue C M Y K H S L
Decimal 188 192 93 0.02 0 0.52 0.25 62.42 0.44 0.56
Hex BC C0 5D 2 0 34 19 3E 2C 38
Octal 274 300 135 2 0 64 31 76 54 70
Binary 10111100 11000000 1011101 10 0 110100 11001 111110 101100 111000

Color Harmonies of #BCC05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC05D

Black with #BCC05D

Text Example


Text Example

White with #BCC05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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