Html Css Color HEX #BCC65B Wild Willow

📋 copy color: '#BCC65B'

red 188 ◦ green 198 ◦ blue 91

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

Shades of Wild Willow #BCC65B

Tints of Wild Willow #BCC65B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.51%

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

R = 39.41%
G = 41.51%
B = 19.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#BCC65B (or 0xBCC65B) is known color: Wild Willow. HEX triplet: BC, C6 and 5B. RGB value is (188,198,91). Sum of RGB (Red+Green+Blue) = 188+198+91=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 91 (35.94% from 255 or 19.08% from 477); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC65B is #4339A4. Grayscale: #B7B7B7. Windows color (decimal): -4405669 or 6014652. OLE color: 6014652.

HSL color Cylindrical-coordinate representation of color #BCC65B: hue angle of 65.61º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCC65B is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 91 -
CMYK 0.05 0 0.54 0.22
HSL 65.61º 0.48% 0.57% -
HSV(B) 65.61º 0.54% 0.78% -
XYZ 42.82 51.83 17.65 -
YUV 182.81 76.19 131.7 -
System Red Green Blue C M Y K H S L
Decimal 188 198 91 0.05 0 0.54 0.22 65.61 0.48 0.57
Hex BC C6 5B 5 0 36 16 42 30 39
Octal 274 306 133 5 0 66 26 102 60 71
Binary 10111100 11000110 1011011 101 0 110110 10110 1000010 110000 111001

Color Harmonies of #BCC65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC65B

Black with #BCC65B

Text Example


Text Example

White with #BCC65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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