Html Css Color HEX #C0BE64 Dark Khaki

📋 copy color: '#C0BE64'

red 192 ◦ green 190 ◦ blue 100

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

Shades of Dark Khaki #C0BE64

Tints of Dark Khaki #C0BE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.75%

R = 39.83%
G = 39.42%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C0BE64 (or 0xC0BE64) is known color: Dark Khaki. HEX triplet: C0, BE and 64. RGB value is (192,190,100). Sum of RGB (Red+Green+Blue) = 192+190+100=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE64 is #3F419B. Grayscale: #B4B4B4. Windows color (decimal): -4145564 or 6602432. OLE color: 6602432.

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

Color convert

RGB 192 190 100 -
CMYK 0 0.01 0.48 0.25
HSL 58.7º 0.42% 0.57% -
HSV(B) 58.7º 0.48% 0.75% -
XYZ 42.45 48.95 19.27 -
YUV 180.34 82.66 136.32 -
System Red Green Blue C M Y K H S L
Decimal 192 190 100 0 0.01 0.48 0.25 58.7 0.42 0.57
Hex C0 BE 64 0 1 30 19 3B 2A 39
Octal 300 276 144 0 1 60 31 73 52 71
Binary 11000000 10111110 1100100 0 1 110000 11001 111011 101010 111001

Color Harmonies of #C0BE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE64

Black with #C0BE64

Text Example


Text Example

White with #C0BE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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