Html Css Color HEX #C5BE70 Dark Khaki

📋 copy color: '#C5BE70'

red 197 ◦ green 190 ◦ blue 112

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

Shades of Dark Khaki #C5BE70

Tints of Dark Khaki #C5BE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.44%

R = 39.48%
G = 38.08%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C5BE70 (or 0xC5BE70) is known color: Dark Khaki. HEX triplet: C5, BE and 70. RGB value is (197,190,112). Sum of RGB (Red+Green+Blue) = 197+190+112=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BE70 is #3A418F. Grayscale: #B7B7B7. Windows color (decimal): -3817872 or 7388869. OLE color: 7388869.

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

Color convert

RGB 197 190 112 -
CMYK 0 0.04 0.43 0.23
HSL 55.06º 0.42% 0.61% -
HSV(B) 55.06º 0.43% 0.77% -
XYZ 44.36 49.87 22.62 -
YUV 183.2 87.82 137.84 -
System Red Green Blue C M Y K H S L
Decimal 197 190 112 0 0.04 0.43 0.23 55.06 0.42 0.61
Hex C5 BE 70 0 4 2B 17 37 2A 3D
Octal 305 276 160 0 4 53 27 67 52 75
Binary 11000101 10111110 1110000 0 100 101011 10111 110111 101010 111101

Color Harmonies of #C5BE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BE70

Black with #C5BE70

Text Example


Text Example

White with #C5BE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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