Html Css Color HEX #BDC166 Wild Willow

📋 copy color: '#BDC166'

red 189 ◦ green 193 ◦ blue 102

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

Shades of Wild Willow #BDC166

Tints of Wild Willow #BDC166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.07%

R = 39.05%
G = 39.88%
B = 21.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#BDC166 (or 0xBDC166) is known color: Wild Willow. HEX triplet: BD, C1 and 66. RGB value is (189,193,102). Sum of RGB (Red+Green+Blue) = 189+193+102=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC166 is #423E99. Grayscale: #B5B5B5. Windows color (decimal): -4341402 or 6734269. OLE color: 6734269.

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

Color convert

RGB 189 193 102 -
CMYK 0.02 0 0.47 0.24
HSL 62.64º 0.42% 0.58% -
HSV(B) 62.64º 0.47% 0.76% -
XYZ 42.45 49.92 19.97 -
YUV 181.43 83.17 133.4 -
System Red Green Blue C M Y K H S L
Decimal 189 193 102 0.02 0 0.47 0.24 62.64 0.42 0.58
Hex BD C1 66 2 0 2F 18 3F 2A 3A
Octal 275 301 146 2 0 57 30 77 52 72
Binary 10111101 11000001 1100110 10 0 101111 11000 111111 101010 111010

Color Harmonies of #BDC166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC166

Black with #BDC166

Text Example


Text Example

White with #BDC166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC166; }

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

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

background-color css

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

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

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

border-color css

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

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

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