Html Css Color HEX #BDD968 Wild Willow

📋 copy color: '#BDD968'

red 189 ◦ green 217 ◦ blue 104

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

Shades of Wild Willow #BDD968

Tints of Wild Willow #BDD968

RGB

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

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

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

R = 37.06%
G = 42.55%
B = 20.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#BDD968 (or 0xBDD968) is known color: Wild Willow. HEX triplet: BD, D9 and 68. RGB value is (189,217,104). Sum of RGB (Red+Green+Blue) = 189+217+104=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD968 is #422697. Grayscale: #C4C4C4. Windows color (decimal): -4335256 or 6871485. OLE color: 6871485.

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

Color convert

RGB 189 217 104 -
CMYK 0.13 0 0.52 0.15
HSL 74.87º 0.6% 0.63% -
HSV(B) 74.87º 0.52% 0.85% -
XYZ 48.3 61.44 22.41 -
YUV 195.75 76.22 123.19 -
System Red Green Blue C M Y K H S L
Decimal 189 217 104 0.13 0 0.52 0.15 74.87 0.6 0.63
Hex BD D9 68 D 0 34 F 4B 3C 3F
Octal 275 331 150 15 0 64 17 113 74 77
Binary 10111101 11011001 1101000 1101 0 110100 1111 1001011 111100 111111

Color Harmonies of #BDD968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD968

Black with #BDD968

Text Example


Text Example

White with #BDD968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD968; }

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

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

background-color css

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

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

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

border-color css

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

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

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