Html Css Color HEX #BDC26A Wild Willow

📋 copy color: '#BDC26A'

red 189 ◦ green 194 ◦ blue 106

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

Shades of Wild Willow #BDC26A

Tints of Wild Willow #BDC26A

RGB

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

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

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

R = 38.65%
G = 39.67%
B = 21.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#BDC26A (or 0xBDC26A) is known color: Wild Willow. HEX triplet: BD, C2 and 6A. RGB value is (189,194,106). Sum of RGB (Red+Green+Blue) = 189+194+106=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC26A is #423D95. Grayscale: #B6B6B6. Windows color (decimal): -4341142 or 6996669. OLE color: 6996669.

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

Color convert

RGB 189 194 106 -
CMYK 0.03 0 0.45 0.24
HSL 63.41º 0.42% 0.59% -
HSV(B) 63.41º 0.45% 0.76% -
XYZ 42.88 50.44 21.11 -
YUV 182.47 84.84 132.66 -
System Red Green Blue C M Y K H S L
Decimal 189 194 106 0.03 0 0.45 0.24 63.41 0.42 0.59
Hex BD C2 6A 3 0 2D 18 3F 2A 3B
Octal 275 302 152 3 0 55 30 77 52 73
Binary 10111101 11000010 1101010 11 0 101101 11000 111111 101010 111011

Color Harmonies of #BDC26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC26A

Black with #BDC26A

Text Example


Text Example

White with #BDC26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC26A; }

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

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

background-color css

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

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

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

border-color css

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

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

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