Html Css Color HEX #BDDC69 Wild Willow

📋 copy color: '#BDDC69'

red 189 ◦ green 220 ◦ blue 105

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

Shades of Wild Willow #BDDC69

Tints of Wild Willow #BDDC69

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.8%

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

R = 36.77%
G = 42.8%
B = 20.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#BDDC69 (or 0xBDDC69) is known color: Wild Willow. HEX triplet: BD, DC and 69. RGB value is (189,220,105). Sum of RGB (Red+Green+Blue) = 189+220+105=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 105 (41.41% from 255 or 20.43% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC69 is #422396. Grayscale: #C6C6C6. Windows color (decimal): -4334487 or 6937789. OLE color: 6937789.

HSL color Cylindrical-coordinate representation of color #BDDC69: hue angle of 76.17º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDDC69 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 105 -
CMYK 0.14 0 0.52 0.14
HSL 76.17º 0.62% 0.64% -
HSV(B) 76.17º 0.52% 0.86% -
XYZ 49.13 63.03 22.94 -
YUV 197.62 75.73 121.85 -
System Red Green Blue C M Y K H S L
Decimal 189 220 105 0.14 0 0.52 0.14 76.17 0.62 0.64
Hex BD DC 69 E 0 34 E 4C 3E 40
Octal 275 334 151 16 0 64 16 114 76 100
Binary 10111101 11011100 1101001 1110 0 110100 1110 1001100 111110 1000000

Color Harmonies of #BDDC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC69

Black with #BDDC69

Text Example


Text Example

White with #BDDC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC69; }

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

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

background-color css

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

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

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

border-color css

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

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

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