Html Css Color HEX #C6BF53 Olive Green

📋 copy color: '#C6BF53'

red 198 ◦ green 191 ◦ blue 83

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

Shades of Olive Green #C6BF53

Tints of Olive Green #C6BF53

RGB

 RED value IS 198 (77.73% from 255) = 41.95%

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

 BLUE value IS 83 (32.81% from 255) = 17.58%

R = 41.95%
G = 40.47%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C6BF53 (or 0xC6BF53) is known color: Olive Green. HEX triplet: C6, BF and 53. RGB value is (198,191,83). Sum of RGB (Red+Green+Blue) = 198+191+83=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 83 (32.81% from 255 or 17.58% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BF53 is #3940AC. Grayscale: #B5B5B5. Windows color (decimal): -3752109 or 5488582. OLE color: 5488582.

HSL color Cylindrical-coordinate representation of color #C6BF53: hue angle of 56.35º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6BF53 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 191 83 -
CMYK 0 0.04 0.58 0.22
HSL 56.35º 0.5% 0.55% -
HSV(B) 56.35º 0.58% 0.78% -
XYZ 43.48 49.89 15.52 -
YUV 180.78 72.82 140.28 -
System Red Green Blue C M Y K H S L
Decimal 198 191 83 0 0.04 0.58 0.22 56.35 0.5 0.55
Hex C6 BF 53 0 4 3A 16 38 32 37
Octal 306 277 123 0 4 72 26 70 62 67
Binary 11000110 10111111 1010011 0 100 111010 10110 111000 110010 110111

Color Harmonies of #C6BF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BF53

Black with #C6BF53

Text Example


Text Example

White with #C6BF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BF53; }

 p { color: rgb(198,191,83); }

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

background-color css

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

 a { background-color: rgb(198,191,83); }

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

border-color css

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

 span { border-color: rgb(198,191,83); }

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