Html Css Color HEX #BDC26E Dark Khaki

📋 copy color: '#BDC26E'

red 189 ◦ green 194 ◦ blue 110

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

Shades of Dark Khaki #BDC26E

Tints of Dark Khaki #BDC26E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.31%

R = 38.34%
G = 39.35%
B = 22.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#BDC26E (or 0xBDC26E) is known color: Dark Khaki. HEX triplet: BD, C2 and 6E. RGB value is (189,194,110). Sum of RGB (Red+Green+Blue) = 189+194+110=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC26E is #423D91. Grayscale: #B7B7B7. Windows color (decimal): -4341138 or 7258813. OLE color: 7258813.

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

Color convert

RGB 189 194 110 -
CMYK 0.03 0 0.43 0.24
HSL 63.57º 0.41% 0.6% -
HSV(B) 63.57º 0.43% 0.76% -
XYZ 43.09 50.53 22.23 -
YUV 182.93 86.84 132.33 -
System Red Green Blue C M Y K H S L
Decimal 189 194 110 0.03 0 0.43 0.24 63.57 0.41 0.6
Hex BD C2 6E 3 0 2B 18 40 29 3C
Octal 275 302 156 3 0 53 30 100 51 74
Binary 10111101 11000010 1101110 11 0 101011 11000 1000000 101001 111100

Color Harmonies of #BDC26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC26E

Black with #BDC26E

Text Example


Text Example

White with #BDC26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC26E; }

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

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

background-color css

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

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

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

border-color css

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

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

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