Html Css Color HEX #BCC25B Wild Willow

📋 copy color: '#BCC25B'

red 188 ◦ green 194 ◦ blue 91

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

Shades of Wild Willow #BCC25B

Tints of Wild Willow #BCC25B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.01%

 BLUE value IS 91 (35.94% from 255) = 19.24%

R = 39.75%
G = 41.01%
B = 19.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#BCC25B (or 0xBCC25B) is known color: Wild Willow. HEX triplet: BC, C2 and 5B. RGB value is (188,194,91). Sum of RGB (Red+Green+Blue) = 188+194+91=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC25B is #433DA4. Grayscale: #B4B4B4. Windows color (decimal): -4406693 or 6013628. OLE color: 6013628.

HSL color Cylindrical-coordinate representation of color #BCC25B: hue angle of 63.5º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCC25B is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 194 91 -
CMYK 0.03 0 0.53 0.24
HSL 63.5º 0.46% 0.56% -
HSV(B) 63.5º 0.53% 0.76% -
XYZ 41.92 50.03 17.34 -
YUV 180.46 77.51 133.38 -
System Red Green Blue C M Y K H S L
Decimal 188 194 91 0.03 0 0.53 0.24 63.5 0.46 0.56
Hex BC C2 5B 3 0 35 18 3F 2E 38
Octal 274 302 133 3 0 65 30 77 56 70
Binary 10111100 11000010 1011011 11 0 110101 11000 111111 101110 111000

Color Harmonies of #BCC25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC25B

Black with #BCC25B

Text Example


Text Example

White with #BCC25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC25B; }

 p { color: rgb(188,194,91); }

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

background-color css

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

 a { background-color: rgb(188,194,91); }

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

border-color css

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

 span { border-color: rgb(188,194,91); }

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