Html Css Color HEX #BDDB67 Wild Willow

📋 copy color: '#BDDB67'

red 189 ◦ green 219 ◦ blue 103

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

Shades of Wild Willow #BDDB67

Tints of Wild Willow #BDDB67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.16%

R = 36.99%
G = 42.86%
B = 20.16%

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

#BDDB67 (or 0xBDDB67) is known color: Wild Willow. HEX triplet: BD, DB and 67. RGB value is (189,219,103). Sum of RGB (Red+Green+Blue) = 189+219+103=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 103 (40.62% from 255 or 20.16% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB67 is #422498. Grayscale: #C5C5C5. Windows color (decimal): -4334745 or 6806461. OLE color: 6806461.

HSL color Cylindrical-coordinate representation of color #BDDB67: hue angle of 75.52º degrees, saturation: 0.62, 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 #BDDB67 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 103 -
CMYK 0.14 0 0.53 0.14
HSL 75.52º 0.62% 0.63% -
HSV(B) 75.52º 0.53% 0.86% -
XYZ 48.77 62.46 22.32 -
YUV 196.81 75.06 122.43 -
System Red Green Blue C M Y K H S L
Decimal 189 219 103 0.14 0 0.53 0.14 75.52 0.62 0.63
Hex BD DB 67 E 0 35 E 4C 3E 3F
Octal 275 333 147 16 0 65 16 114 76 77
Binary 10111101 11011011 1100111 1110 0 110101 1110 1001100 111110 111111

Color Harmonies of #BDDB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB67

Black with #BDDB67

Text Example


Text Example

White with #BDDB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB67; }

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

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

background-color css

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

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

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

border-color css

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

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

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