Html Css Color HEX #BDDB68 Wild Willow

📋 copy color: '#BDDB68'

red 189 ◦ green 219 ◦ blue 104

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

Shades of Wild Willow #BDDB68

Tints of Wild Willow #BDDB68

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.77%

 BLUE value IS 104 (41.02% from 255) = 20.31%

R = 36.91%
G = 42.77%
B = 20.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#BDDB68 (or 0xBDDB68) is known color: Wild Willow. HEX triplet: BD, DB and 68. RGB value is (189,219,104). Sum of RGB (Red+Green+Blue) = 189+219+104=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB68 is #422497. Grayscale: #C5C5C5. Windows color (decimal): -4334744 or 6871997. OLE color: 6871997.

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

Color convert

RGB 189 219 104 -
CMYK 0.14 0 0.53 0.14
HSL 75.65º 0.61% 0.63% -
HSV(B) 75.65º 0.53% 0.86% -
XYZ 48.82 62.48 22.58 -
YUV 196.92 75.56 122.35 -
System Red Green Blue C M Y K H S L
Decimal 189 219 104 0.14 0 0.53 0.14 75.65 0.61 0.63
Hex BD DB 68 E 0 35 E 4C 3D 3F
Octal 275 333 150 16 0 65 16 114 75 77
Binary 10111101 11011011 1101000 1110 0 110101 1110 1001100 111101 111111

Color Harmonies of #BDDB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB68

Black with #BDDB68

Text Example


Text Example

White with #BDDB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB68; }

 p { color: rgb(189,219,104); }

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

background-color css

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

 a { background-color: rgb(189,219,104); }

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

border-color css

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

 span { border-color: rgb(189,219,104); }

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