Html Css Color HEX #BDC266 Wild Willow

📋 copy color: '#BDC266'

red 189 ◦ green 194 ◦ blue 102

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

Shades of Wild Willow #BDC266

Tints of Wild Willow #BDC266

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40%

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

R = 38.97%
G = 40%
B = 21.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#BDC266 (or 0xBDC266) is known color: Wild Willow. HEX triplet: BD, C2 and 66. RGB value is (189,194,102). Sum of RGB (Red+Green+Blue) = 189+194+102=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC266 is #423D99. Grayscale: #B6B6B6. Windows color (decimal): -4341146 or 6734525. OLE color: 6734525.

HSL color Cylindrical-coordinate representation of color #BDC266: hue angle of 63.26º degrees, saturation: 0.43, 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 #BDC266 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 102 -
CMYK 0.03 0 0.47 0.24
HSL 63.26º 0.43% 0.58% -
HSV(B) 63.26º 0.47% 0.76% -
XYZ 42.68 50.36 20.04 -
YUV 182.02 82.84 132.98 -
System Red Green Blue C M Y K H S L
Decimal 189 194 102 0.03 0 0.47 0.24 63.26 0.43 0.58
Hex BD C2 66 3 0 2F 18 3F 2B 3A
Octal 275 302 146 3 0 57 30 77 53 72
Binary 10111101 11000010 1100110 11 0 101111 11000 111111 101011 111010

Color Harmonies of #BDC266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC266

Black with #BDC266

Text Example


Text Example

White with #BDC266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC266; }

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

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

background-color css

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

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

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

border-color css

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

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

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