Html Css Color HEX #C0BF66 Dark Khaki

📋 copy color: '#C0BF66'

red 192 ◦ green 191 ◦ blue 102

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

Shades of Dark Khaki #C0BF66

Tints of Dark Khaki #C0BF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.03%

R = 39.59%
G = 39.38%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C0BF66 (or 0xC0BF66) is known color: Dark Khaki. HEX triplet: C0, BF and 66. RGB value is (192,191,102). Sum of RGB (Red+Green+Blue) = 192+191+102=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF66 is #3F4099. Grayscale: #B5B5B5. Windows color (decimal): -4145306 or 6733760. OLE color: 6733760.

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

Color convert

RGB 192 191 102 -
CMYK 0 0.01 0.47 0.25
HSL 59.33º 0.42% 0.58% -
HSV(B) 59.33º 0.47% 0.75% -
XYZ 42.77 49.43 19.86 -
YUV 181.15 83.33 135.74 -
System Red Green Blue C M Y K H S L
Decimal 192 191 102 0 0.01 0.47 0.25 59.33 0.42 0.58
Hex C0 BF 66 0 1 2F 19 3B 2A 3A
Octal 300 277 146 0 1 57 31 73 52 72
Binary 11000000 10111111 1100110 0 1 101111 11001 111011 101010 111010

Color Harmonies of #C0BF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF66

Black with #C0BF66

Text Example


Text Example

White with #C0BF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF66; }

 p { color: rgb(192,191,102); }

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

background-color css

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

 a { background-color: rgb(192,191,102); }

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

border-color css

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

 span { border-color: rgb(192,191,102); }

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