Html Css Color HEX #C0BE61 Dark Khaki

📋 copy color: '#C0BE61'

red 192 ◦ green 190 ◦ blue 97

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

Shades of Dark Khaki #C0BE61

Tints of Dark Khaki #C0BE61

RGB

 RED value IS 192 (75.39% from 255) = 40.08%

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

 BLUE value IS 97 (38.28% from 255) = 20.25%

R = 40.08%
G = 39.67%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C0BE61 (or 0xC0BE61) is known color: Dark Khaki. HEX triplet: C0, BE and 61. RGB value is (192,190,97). Sum of RGB (Red+Green+Blue) = 192+190+97=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE61 is #3F419E. Grayscale: #B4B4B4. Windows color (decimal): -4145567 or 6405824. OLE color: 6405824.

HSL color Cylindrical-coordinate representation of color #C0BE61: hue angle of 58.74º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0BE61 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 190 97 -
CMYK 0 0.01 0.49 0.25
HSL 58.74º 0.43% 0.57% -
HSV(B) 58.74º 0.49% 0.75% -
XYZ 42.31 48.9 18.52 -
YUV 180 81.16 136.56 -
System Red Green Blue C M Y K H S L
Decimal 192 190 97 0 0.01 0.49 0.25 58.74 0.43 0.57
Hex C0 BE 61 0 1 31 19 3B 2B 39
Octal 300 276 141 0 1 61 31 73 53 71
Binary 11000000 10111110 1100001 0 1 110001 11001 111011 101011 111001

Color Harmonies of #C0BE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE61

Black with #C0BE61

Text Example


Text Example

White with #C0BE61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE61; }

 p { color: rgb(192,190,97); }

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

background-color css

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

 a { background-color: rgb(192,190,97); }

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

border-color css

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

 span { border-color: rgb(192,190,97); }

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