Html Css Color HEX #BDD967 Wild Willow

📋 copy color: '#BDD967'

red 189 ◦ green 217 ◦ blue 103

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

Shades of Wild Willow #BDD967

Tints of Wild Willow #BDD967

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.63%

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

R = 37.13%
G = 42.63%
B = 20.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#BDD967 (or 0xBDD967) is known color: Wild Willow. HEX triplet: BD, D9 and 67. RGB value is (189,217,103). Sum of RGB (Red+Green+Blue) = 189+217+103=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 103 (40.62% from 255 or 20.24% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD967 is #422698. Grayscale: #C4C4C4. Windows color (decimal): -4335257 or 6805949. OLE color: 6805949.

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

Color convert

RGB 189 217 103 -
CMYK 0.13 0 0.53 0.15
HSL 74.74º 0.6% 0.63% -
HSV(B) 74.74º 0.53% 0.85% -
XYZ 48.25 61.42 22.15 -
YUV 195.63 75.72 123.27 -
System Red Green Blue C M Y K H S L
Decimal 189 217 103 0.13 0 0.53 0.15 74.74 0.6 0.63
Hex BD D9 67 D 0 35 F 4B 3C 3F
Octal 275 331 147 15 0 65 17 113 74 77
Binary 10111101 11011001 1100111 1101 0 110101 1111 1001011 111100 111111

Color Harmonies of #BDD967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD967

Black with #BDD967

Text Example


Text Example

White with #BDD967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD967; }

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

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

background-color css

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

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

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

border-color css

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

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

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