Html Css Color HEX #BDC165 Wild Willow

📋 copy color: '#BDC165'

red 189 ◦ green 193 ◦ blue 101

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

Shades of Wild Willow #BDC165

Tints of Wild Willow #BDC165

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.96%

 BLUE value IS 101 (39.84% from 255) = 20.91%

R = 39.13%
G = 39.96%
B = 20.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#BDC165 (or 0xBDC165) is known color: Wild Willow. HEX triplet: BD, C1 and 65. RGB value is (189,193,101). Sum of RGB (Red+Green+Blue) = 189+193+101=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC165 is #423E9A. Grayscale: #B5B5B5. Windows color (decimal): -4341403 or 6668733. OLE color: 6668733.

HSL color Cylindrical-coordinate representation of color #BDC165: hue angle of 62.61º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDC165 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 101 -
CMYK 0.02 0 0.48 0.24
HSL 62.61º 0.43% 0.58% -
HSV(B) 62.61º 0.48% 0.76% -
XYZ 42.41 49.9 19.71 -
YUV 181.32 82.67 133.48 -
System Red Green Blue C M Y K H S L
Decimal 189 193 101 0.02 0 0.48 0.24 62.61 0.43 0.58
Hex BD C1 65 2 0 30 18 3F 2B 3A
Octal 275 301 145 2 0 60 30 77 53 72
Binary 10111101 11000001 1100101 10 0 110000 11000 111111 101011 111010

Color Harmonies of #BDC165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC165

Black with #BDC165

Text Example


Text Example

White with #BDC165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC165; }

 p { color: rgb(189,193,101); }

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

background-color css

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

 a { background-color: rgb(189,193,101); }

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

border-color css

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

 span { border-color: rgb(189,193,101); }

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