Html Css Color HEX #BDC86A Wild Willow

📋 copy color: '#BDC86A'

red 189 ◦ green 200 ◦ blue 106

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

Shades of Wild Willow #BDC86A

Tints of Wild Willow #BDC86A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.41%

R = 38.18%
G = 40.4%
B = 21.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#BDC86A (or 0xBDC86A) is known color: Wild Willow. HEX triplet: BD, C8 and 6A. RGB value is (189,200,106). Sum of RGB (Red+Green+Blue) = 189+200+106=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC86A is #423795. Grayscale: #BABABA. Windows color (decimal): -4339606 or 6998205. OLE color: 6998205.

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

Color convert

RGB 189 200 106 -
CMYK 0.06 0 0.47 0.22
HSL 67.02º 0.46% 0.6% -
HSV(B) 67.02º 0.47% 0.78% -
XYZ 44.24 53.17 21.57 -
YUV 186 82.86 130.14 -
System Red Green Blue C M Y K H S L
Decimal 189 200 106 0.06 0 0.47 0.22 67.02 0.46 0.6
Hex BD C8 6A 6 0 2F 16 43 2E 3C
Octal 275 310 152 6 0 57 26 103 56 74
Binary 10111101 11001000 1101010 110 0 101111 10110 1000011 101110 111100

Color Harmonies of #BDC86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC86A

Black with #BDC86A

Text Example


Text Example

White with #BDC86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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