Html Css Color HEX #BDC26C Wild Willow

📋 copy color: '#BDC26C'

red 189 ◦ green 194 ◦ blue 108

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

Shades of Wild Willow #BDC26C

Tints of Wild Willow #BDC26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22%

R = 38.49%
G = 39.51%
B = 22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#BDC26C (or 0xBDC26C) is known color: Wild Willow. HEX triplet: BD, C2 and 6C. RGB value is (189,194,108). Sum of RGB (Red+Green+Blue) = 189+194+108=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC26C is #423D93. Grayscale: #B7B7B7. Windows color (decimal): -4341140 or 7127741. OLE color: 7127741.

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

Color convert

RGB 189 194 108 -
CMYK 0.03 0 0.44 0.24
HSL 63.49º 0.41% 0.59% -
HSV(B) 63.49º 0.44% 0.76% -
XYZ 42.98 50.49 21.67 -
YUV 182.7 85.84 132.49 -
System Red Green Blue C M Y K H S L
Decimal 189 194 108 0.03 0 0.44 0.24 63.49 0.41 0.59
Hex BD C2 6C 3 0 2C 18 3F 29 3B
Octal 275 302 154 3 0 54 30 77 51 73
Binary 10111101 11000010 1101100 11 0 101100 11000 111111 101001 111011

Color Harmonies of #BDC26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC26C

Black with #BDC26C

Text Example


Text Example

White with #BDC26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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