Html Css Color HEX #C5BE5B Dark Khaki

📋 copy color: '#C5BE5B'

red 197 ◦ green 190 ◦ blue 91

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

Shades of Dark Khaki #C5BE5B

Tints of Dark Khaki #C5BE5B

RGB

 RED value IS 197 (77.34% from 255) = 41.21%

 GREEN value IS 190 (74.61% from 255) = 39.75%

 BLUE value IS 91 (35.94% from 255) = 19.04%

R = 41.21%
G = 39.75%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5BE5B (or 0xC5BE5B) is known color: Dark Khaki. HEX triplet: C5, BE and 5B. RGB value is (197,190,91). Sum of RGB (Red+Green+Blue) = 197+190+91=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BE5B is #3A41A4. Grayscale: #B5B5B5. Windows color (decimal): -3817893 or 6012613. OLE color: 6012613.

HSL color Cylindrical-coordinate representation of color #C5BE5B: hue angle of 56.04º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5BE5B is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 190 91 -
CMYK 0 0.04 0.54 0.23
HSL 56.04º 0.48% 0.56% -
HSV(B) 56.04º 0.54% 0.77% -
XYZ 43.33 49.45 17.16 -
YUV 180.81 77.32 139.55 -
System Red Green Blue C M Y K H S L
Decimal 197 190 91 0 0.04 0.54 0.23 56.04 0.48 0.56
Hex C5 BE 5B 0 4 36 17 38 30 38
Octal 305 276 133 0 4 66 27 70 60 70
Binary 11000101 10111110 1011011 0 100 110110 10111 111000 110000 111000

Color Harmonies of #C5BE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BE5B

Black with #C5BE5B

Text Example


Text Example

White with #C5BE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BE5B; }

 p { color: rgb(197,190,91); }

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

background-color css

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

 a { background-color: rgb(197,190,91); }

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

border-color css

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

 span { border-color: rgb(197,190,91); }

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