Html Css Color HEX #BDDD67 Wild Willow

📋 copy color: '#BDDD67'

red 189 ◦ green 221 ◦ blue 103

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

Shades of Wild Willow #BDDD67

Tints of Wild Willow #BDDD67

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.08%

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

R = 36.84%
G = 43.08%
B = 20.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#BDDD67 (or 0xBDDD67) is known color: Wild Willow. HEX triplet: BD, DD and 67. RGB value is (189,221,103). Sum of RGB (Red+Green+Blue) = 189+221+103=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 103 (40.62% from 255 or 20.08% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD67 is #422298. Grayscale: #C6C6C6. Windows color (decimal): -4334233 or 6806973. OLE color: 6806973.

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

Color convert

RGB 189 221 103 -
CMYK 0.14 0 0.53 0.13
HSL 76.27º 0.63% 0.64% -
HSV(B) 76.27º 0.53% 0.87% -
XYZ 49.29 63.51 22.49 -
YUV 197.98 74.4 121.59 -
System Red Green Blue C M Y K H S L
Decimal 189 221 103 0.14 0 0.53 0.13 76.27 0.63 0.64
Hex BD DD 67 E 0 35 D 4C 3F 40
Octal 275 335 147 16 0 65 15 114 77 100
Binary 10111101 11011101 1100111 1110 0 110101 1101 1001100 111111 1000000

Color Harmonies of #BDDD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD67

Black with #BDDD67

Text Example


Text Example

White with #BDDD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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