Html Css Color HEX #C2BF65 Dark Khaki

📋 copy color: '#C2BF65'

red 194 ◦ green 191 ◦ blue 101

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

Shades of Dark Khaki #C2BF65

Tints of Dark Khaki #C2BF65

RGB

 RED value IS 194 (76.17% from 255) = 39.92%

 GREEN value IS 191 (75% from 255) = 39.3%

 BLUE value IS 101 (39.84% from 255) = 20.78%

R = 39.92%
G = 39.3%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C2BF65 (or 0xC2BF65) is known color: Dark Khaki. HEX triplet: C2, BF and 65. RGB value is (194,191,101). Sum of RGB (Red+Green+Blue) = 194+191+101=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF65 is #3D409A. Grayscale: #B6B6B6. Windows color (decimal): -4014235 or 6668226. OLE color: 6668226.

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

Color convert

RGB 194 191 101 -
CMYK 0 0.02 0.48 0.24
HSL 58.06º 0.43% 0.58% -
HSV(B) 58.06º 0.48% 0.76% -
XYZ 43.23 49.67 19.62 -
YUV 181.64 82.49 136.82 -
System Red Green Blue C M Y K H S L
Decimal 194 191 101 0 0.02 0.48 0.24 58.06 0.43 0.58
Hex C2 BF 65 0 2 30 18 3A 2B 3A
Octal 302 277 145 0 2 60 30 72 53 72
Binary 11000010 10111111 1100101 0 10 110000 11000 111010 101011 111010

Color Harmonies of #C2BF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF65

Black with #C2BF65

Text Example


Text Example

White with #C2BF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF65; }

 p { color: rgb(194,191,101); }

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

background-color css

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

 a { background-color: rgb(194,191,101); }

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

border-color css

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

 span { border-color: rgb(194,191,101); }

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