Html Css Color HEX #BDC75B Wild Willow

📋 copy color: '#BDC75B'

red 189 ◦ green 199 ◦ blue 91

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

Shades of Wild Willow #BDC75B

Tints of Wild Willow #BDC75B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.54%

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

R = 39.46%
G = 41.54%
B = 19%

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

#BDC75B (or 0xBDC75B) is known color: Wild Willow. HEX triplet: BD, C7 and 5B. RGB value is (189,199,91). Sum of RGB (Red+Green+Blue) = 189+199+91=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC75B is #4238A4. Grayscale: #B8B8B8. Windows color (decimal): -4339877 or 6014909. OLE color: 6014909.

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

Color convert

RGB 189 199 91 -
CMYK 0.05 0 0.54 0.22
HSL 65.56º 0.49% 0.57% -
HSV(B) 65.56º 0.54% 0.78% -
XYZ 43.3 52.42 17.73 -
YUV 183.7 75.69 131.78 -
System Red Green Blue C M Y K H S L
Decimal 189 199 91 0.05 0 0.54 0.22 65.56 0.49 0.57
Hex BD C7 5B 5 0 36 16 42 31 39
Octal 275 307 133 5 0 66 26 102 61 71
Binary 10111101 11000111 1011011 101 0 110110 10110 1000010 110001 111001

Color Harmonies of #BDC75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC75B

Black with #BDC75B

Text Example


Text Example

White with #BDC75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC75B; }

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

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

background-color css

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

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

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

border-color css

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

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

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