Html Css Color HEX #BDD765 Wild Willow

📋 copy color: '#BDD765'

red 189 ◦ green 215 ◦ blue 101

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

Shades of Wild Willow #BDD765

Tints of Wild Willow #BDD765

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.57%

 BLUE value IS 101 (39.84% from 255) = 20%

R = 37.43%
G = 42.57%
B = 20%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#BDD765 (or 0xBDD765) is known color: Wild Willow. HEX triplet: BD, D7 and 65. RGB value is (189,215,101). Sum of RGB (Red+Green+Blue) = 189+215+101=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD765 is #42289A. Grayscale: #C2C2C2. Windows color (decimal): -4335771 or 6674365. OLE color: 6674365.

HSL color Cylindrical-coordinate representation of color #BDD765: hue angle of 73.68º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDD765 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 101 -
CMYK 0.12 0 0.53 0.16
HSL 73.68º 0.59% 0.62% -
HSV(B) 73.68º 0.53% 0.84% -
XYZ 47.64 60.36 21.45 -
YUV 194.23 75.39 124.27 -
System Red Green Blue C M Y K H S L
Decimal 189 215 101 0.12 0 0.53 0.16 73.68 0.59 0.62
Hex BD D7 65 C 0 35 10 4A 3B 3E
Octal 275 327 145 14 0 65 20 112 73 76
Binary 10111101 11010111 1100101 1100 0 110101 10000 1001010 111011 111110

Color Harmonies of #BDD765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD765

Black with #BDD765

Text Example


Text Example

White with #BDD765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD765; }

 p { color: rgb(189,215,101); }

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

background-color css

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

 a { background-color: rgb(189,215,101); }

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

border-color css

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

 span { border-color: rgb(189,215,101); }

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