Html Css Color HEX #BDC96E Wild Willow

📋 copy color: '#BDC96E'

red 189 ◦ green 201 ◦ blue 110

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

Shades of Wild Willow #BDC96E

Tints of Wild Willow #BDC96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22%

R = 37.8%
G = 40.2%
B = 22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#BDC96E (or 0xBDC96E) is known color: Wild Willow. HEX triplet: BD, C9 and 6E. RGB value is (189,201,110). Sum of RGB (Red+Green+Blue) = 189+201+110=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC96E is #423691. Grayscale: #BBBBBB. Windows color (decimal): -4339346 or 7260605. OLE color: 7260605.

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

Color convert

RGB 189 201 110 -
CMYK 0.06 0 0.45 0.21
HSL 67.91º 0.46% 0.61% -
HSV(B) 67.91º 0.45% 0.79% -
XYZ 44.69 53.72 22.77 -
YUV 187.04 84.52 129.4 -
System Red Green Blue C M Y K H S L
Decimal 189 201 110 0.06 0 0.45 0.21 67.91 0.46 0.61
Hex BD C9 6E 6 0 2D 15 44 2E 3D
Octal 275 311 156 6 0 55 25 104 56 75
Binary 10111101 11001001 1101110 110 0 101101 10101 1000100 101110 111101

Color Harmonies of #BDC96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC96E

Black with #BDC96E

Text Example


Text Example

White with #BDC96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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