Html Css Color HEX #C0BF70 Dark Khaki

📋 copy color: '#C0BF70'

red 192 ◦ green 191 ◦ blue 112

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

Shades of Dark Khaki #C0BF70

Tints of Dark Khaki #C0BF70

RGB

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

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

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

R = 38.79%
G = 38.59%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0BF70 (or 0xC0BF70) is known color: Dark Khaki. HEX triplet: C0, BF and 70. RGB value is (192,191,112). Sum of RGB (Red+Green+Blue) = 192+191+112=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF70 is #3F408F. Grayscale: #B6B6B6. Windows color (decimal): -4145296 or 7389120. OLE color: 7389120.

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

Color convert

RGB 192 191 112 -
CMYK 0 0.01 0.42 0.25
HSL 59.25º 0.39% 0.6% -
HSV(B) 59.25º 0.42% 0.75% -
XYZ 43.29 49.64 22.63 -
YUV 182.29 88.33 134.92 -
System Red Green Blue C M Y K H S L
Decimal 192 191 112 0 0.01 0.42 0.25 59.25 0.39 0.6
Hex C0 BF 70 0 1 2A 19 3B 27 3C
Octal 300 277 160 0 1 52 31 73 47 74
Binary 11000000 10111111 1110000 0 1 101010 11001 111011 100111 111100

Color Harmonies of #C0BF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF70

Black with #C0BF70

Text Example


Text Example

White with #C0BF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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