Html Css Color HEX #BDD368 Wild Willow

📋 copy color: '#BDD368'

red 189 ◦ green 211 ◦ blue 104

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

Shades of Wild Willow #BDD368

Tints of Wild Willow #BDD368

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.87%

 BLUE value IS 104 (41.02% from 255) = 20.63%

R = 37.5%
G = 41.87%
B = 20.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#BDD368 (or 0xBDD368) is known color: Wild Willow. HEX triplet: BD, D3 and 68. RGB value is (189,211,104). Sum of RGB (Red+Green+Blue) = 189+211+104=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD368 is #422C97. Grayscale: #C0C0C0. Windows color (decimal): -4336792 or 6869949. OLE color: 6869949.

HSL color Cylindrical-coordinate representation of color #BDD368: hue angle of 72.34º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDD368 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 104 -
CMYK 0.10 0 0.51 0.17
HSL 72.34º 0.55% 0.62% -
HSV(B) 72.34º 0.51% 0.83% -
XYZ 46.78 58.41 21.9 -
YUV 192.22 78.21 125.7 -
System Red Green Blue C M Y K H S L
Decimal 189 211 104 0.10 0 0.51 0.17 72.34 0.55 0.62
Hex BD D3 68 A 0 33 11 48 37 3E
Octal 275 323 150 12 0 63 21 110 67 76
Binary 10111101 11010011 1101000 1010 0 110011 10001 1001000 110111 111110

Color Harmonies of #BDD368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD368

Black with #BDD368

Text Example


Text Example

White with #BDD368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD368; }

 p { color: rgb(189,211,104); }

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

background-color css

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

 a { background-color: rgb(189,211,104); }

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

border-color css

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

 span { border-color: rgb(189,211,104); }

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