Html Css Color HEX #BDD669 Wild Willow

📋 copy color: '#BDD669'

red 189 ◦ green 214 ◦ blue 105

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

Shades of Wild Willow #BDD669

Tints of Wild Willow #BDD669

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.13%

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

R = 37.2%
G = 42.13%
B = 20.67%

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

#BDD669 (or 0xBDD669) is known color: Wild Willow. HEX triplet: BD, D6 and 69. RGB value is (189,214,105). Sum of RGB (Red+Green+Blue) = 189+214+105=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 105 (41.41% from 255 or 20.67% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD669 is #422996. Grayscale: #C2C2C2. Windows color (decimal): -4336023 or 6936253. OLE color: 6936253.

HSL color Cylindrical-coordinate representation of color #BDD669: hue angle of 73.76º degrees, saturation: 0.57, 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 #BDD669 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 105 -
CMYK 0.12 0 0.51 0.16
HSL 73.76º 0.57% 0.63% -
HSV(B) 73.76º 0.51% 0.84% -
XYZ 47.58 59.93 22.42 -
YUV 194.1 77.72 124.36 -
System Red Green Blue C M Y K H S L
Decimal 189 214 105 0.12 0 0.51 0.16 73.76 0.57 0.63
Hex BD D6 69 C 0 33 10 4A 39 3F
Octal 275 326 151 14 0 63 20 112 71 77
Binary 10111101 11010110 1101001 1100 0 110011 10000 1001010 111001 111111

Color Harmonies of #BDD669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD669

Black with #BDD669

Text Example


Text Example

White with #BDD669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD669; }

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

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

background-color css

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

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

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

border-color css

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

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

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