Html Css Color HEX #BDC96D Wild Willow

📋 copy color: '#BDC96D'

red 189 ◦ green 201 ◦ blue 109

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

Shades of Wild Willow #BDC96D

Tints of Wild Willow #BDC96D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.28%

 BLUE value IS 109 (42.97% from 255) = 21.84%

R = 37.88%
G = 40.28%
B = 21.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#BDC96D (or 0xBDC96D) is known color: Wild Willow. HEX triplet: BD, C9 and 6D. RGB value is (189,201,109). Sum of RGB (Red+Green+Blue) = 189+201+109=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC96D is #423692. Grayscale: #BBBBBB. Windows color (decimal): -4339347 or 7195069. OLE color: 7195069.

HSL color Cylindrical-coordinate representation of color #BDC96D: hue angle of 67.83º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDC96D is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 109 -
CMYK 0.06 0 0.46 0.21
HSL 67.83º 0.46% 0.61% -
HSV(B) 67.83º 0.46% 0.79% -
XYZ 44.63 53.7 22.48 -
YUV 186.92 84.02 129.48 -
System Red Green Blue C M Y K H S L
Decimal 189 201 109 0.06 0 0.46 0.21 67.83 0.46 0.61
Hex BD C9 6D 6 0 2E 15 44 2E 3D
Octal 275 311 155 6 0 56 25 104 56 75
Binary 10111101 11001001 1101101 110 0 101110 10101 1000100 101110 111101

Color Harmonies of #BDC96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC96D

Black with #BDC96D

Text Example


Text Example

White with #BDC96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC96D; }

 p { color: rgb(189,201,109); }

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

background-color css

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

 a { background-color: rgb(189,201,109); }

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

border-color css

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

 span { border-color: rgb(189,201,109); }

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