Html Css Color HEX #BDC65B Wild Willow

📋 copy color: '#BDC65B'

red 189 ◦ green 198 ◦ blue 91

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

Shades of Wild Willow #BDC65B

Tints of Wild Willow #BDC65B

RGB

 RED value IS 189 (74.22% from 255) = 39.54%

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

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

R = 39.54%
G = 41.42%
B = 19.04%

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

#BDC65B (or 0xBDC65B) is known color: Wild Willow. HEX triplet: BD, C6 and 5B. RGB value is (189,198,91). Sum of RGB (Red+Green+Blue) = 189+198+91=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC65B is #4239A4. Grayscale: #B7B7B7. Windows color (decimal): -4340133 or 6014653. OLE color: 6014653.

HSL color Cylindrical-coordinate representation of color #BDC65B: hue angle of 65.05º 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 #BDC65B is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 91 -
CMYK 0.05 0 0.54 0.22
HSL 65.05º 0.48% 0.57% -
HSV(B) 65.05º 0.54% 0.78% -
XYZ 43.07 51.96 17.66 -
YUV 183.11 76.02 132.2 -
System Red Green Blue C M Y K H S L
Decimal 189 198 91 0.05 0 0.54 0.22 65.05 0.48 0.57
Hex BD C6 5B 5 0 36 16 41 30 39
Octal 275 306 133 5 0 66 26 101 60 71
Binary 10111101 11000110 1011011 101 0 110110 10110 1000001 110000 111001

Color Harmonies of #BDC65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC65B

Black with #BDC65B

Text Example


Text Example

White with #BDC65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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