Html Css Color HEX #BDD469 Wild Willow

📋 copy color: '#BDD469'

red 189 ◦ green 212 ◦ blue 105

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

Shades of Wild Willow #BDD469

Tints of Wild Willow #BDD469

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.9%

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

R = 37.35%
G = 41.9%
B = 20.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#BDD469 (or 0xBDD469) is known color: Wild Willow. HEX triplet: BD, D4 and 69. RGB value is (189,212,105). Sum of RGB (Red+Green+Blue) = 189+212+105=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 105 (41.41% from 255 or 20.75% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD469 is #422B96. Grayscale: #C1C1C1. Windows color (decimal): -4336535 or 6935741. OLE color: 6935741.

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

Color convert

RGB 189 212 105 -
CMYK 0.11 0 0.50 0.17
HSL 72.9º 0.55% 0.62% -
HSV(B) 72.9º 0.5% 0.83% -
XYZ 47.08 58.93 22.26 -
YUV 192.93 78.38 125.2 -
System Red Green Blue C M Y K H S L
Decimal 189 212 105 0.11 0 0.50 0.17 72.9 0.55 0.62
Hex BD D4 69 B 0 32 11 49 37 3E
Octal 275 324 151 13 0 62 21 111 67 76
Binary 10111101 11010100 1101001 1011 0 110010 10001 1001001 110111 111110

Color Harmonies of #BDD469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD469

Black with #BDD469

Text Example


Text Example

White with #BDD469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD469; }

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

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

background-color css

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

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

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

border-color css

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

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

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