Html Css Color HEX #BDD467 Wild Willow

📋 copy color: '#BDD467'

red 189 ◦ green 212 ◦ blue 103

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

Shades of Wild Willow #BDD467

Tints of Wild Willow #BDD467

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.06%

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

R = 37.5%
G = 42.06%
B = 20.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#BDD467 (or 0xBDD467) is known color: Wild Willow. HEX triplet: BD, D4 and 67. RGB value is (189,212,103). Sum of RGB (Red+Green+Blue) = 189+212+103=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 103 (40.62% from 255 or 20.44% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD467 is #422B98. Grayscale: #C1C1C1. Windows color (decimal): -4336537 or 6804669. OLE color: 6804669.

HSL color Cylindrical-coordinate representation of color #BDD467: hue angle of 72.66º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDD467 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 212 103 -
CMYK 0.11 0 0.51 0.17
HSL 72.66º 0.56% 0.62% -
HSV(B) 72.66º 0.51% 0.83% -
XYZ 46.98 58.89 21.72 -
YUV 192.7 77.38 125.36 -
System Red Green Blue C M Y K H S L
Decimal 189 212 103 0.11 0 0.51 0.17 72.66 0.56 0.62
Hex BD D4 67 B 0 33 11 49 38 3E
Octal 275 324 147 13 0 63 21 111 70 76
Binary 10111101 11010100 1100111 1011 0 110011 10001 1001001 111000 111110

Color Harmonies of #BDD467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD467

Black with #BDD467

Text Example


Text Example

White with #BDD467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD467; }

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

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

background-color css

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

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

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

border-color css

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

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

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