Html Css Color HEX #BDD769 Wild Willow

📋 copy color: '#BDD769'

red 189 ◦ green 215 ◦ blue 105

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

Shades of Wild Willow #BDD769

Tints of Wild Willow #BDD769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.63%

R = 37.13%
G = 42.24%
B = 20.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#BDD769 (or 0xBDD769) is known color: Wild Willow. HEX triplet: BD, D7 and 69. RGB value is (189,215,105). Sum of RGB (Red+Green+Blue) = 189+215+105=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 105 (41.41% from 255 or 20.63% from 509); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD769 is #422896. Grayscale: #C3C3C3. Windows color (decimal): -4335767 or 6936509. OLE color: 6936509.

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

Color convert

RGB 189 215 105 -
CMYK 0.12 0 0.51 0.16
HSL 74.18º 0.58% 0.63% -
HSV(B) 74.18º 0.51% 0.84% -
XYZ 47.84 60.44 22.51 -
YUV 194.69 77.39 123.94 -
System Red Green Blue C M Y K H S L
Decimal 189 215 105 0.12 0 0.51 0.16 74.18 0.58 0.63
Hex BD D7 69 C 0 33 10 4A 3A 3F
Octal 275 327 151 14 0 63 20 112 72 77
Binary 10111101 11010111 1101001 1100 0 110011 10000 1001010 111010 111111

Color Harmonies of #BDD769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD769

Black with #BDD769

Text Example


Text Example

White with #BDD769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD769; }

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

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

background-color css

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

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

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

border-color css

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

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

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