Html Css Color HEX #BDC866 Wild Willow

📋 copy color: '#BDC866'

red 189 ◦ green 200 ◦ blue 102

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

Shades of Wild Willow #BDC866

Tints of Wild Willow #BDC866

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.73%

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

R = 38.49%
G = 40.73%
B = 20.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#BDC866 (or 0xBDC866) is known color: Wild Willow. HEX triplet: BD, C8 and 66. RGB value is (189,200,102). Sum of RGB (Red+Green+Blue) = 189+200+102=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC866 is #423799. Grayscale: #B9B9B9. Windows color (decimal): -4339610 or 6736061. OLE color: 6736061.

HSL color Cylindrical-coordinate representation of color #BDC866: hue angle of 66.73º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDC866 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 102 -
CMYK 0.06 0 0.49 0.22
HSL 66.73º 0.47% 0.59% -
HSV(B) 66.73º 0.49% 0.78% -
XYZ 44.04 53.09 20.5 -
YUV 185.54 80.86 130.47 -
System Red Green Blue C M Y K H S L
Decimal 189 200 102 0.06 0 0.49 0.22 66.73 0.47 0.59
Hex BD C8 66 6 0 31 16 43 2F 3B
Octal 275 310 146 6 0 61 26 103 57 73
Binary 10111101 11001000 1100110 110 0 110001 10110 1000011 101111 111011

Color Harmonies of #BDC866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC866

Black with #BDC866

Text Example


Text Example

White with #BDC866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC866; }

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

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

background-color css

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

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

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

border-color css

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

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

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