Html Css Color HEX #C1B751 Olive Green

📋 copy color: '#C1B751'

red 193 ◦ green 183 ◦ blue 81

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

Shades of Olive Green #C1B751

Tints of Olive Green #C1B751

RGB

 RED value IS 193 (75.78% from 255) = 42.23%

 GREEN value IS 183 (71.88% from 255) = 40.04%

 BLUE value IS 81 (32.03% from 255) = 17.72%

R = 42.23%
G = 40.04%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C1B751 (or 0xC1B751) is known color: Olive Green. HEX triplet: C1, B7 and 51. RGB value is (193,183,81). Sum of RGB (Red+Green+Blue) = 193+183+81=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 81 (32.03% from 255 or 17.72% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B751 is #3E48AE. Grayscale: #AEAEAE. Windows color (decimal): -4081839 or 5355457. OLE color: 5355457.

HSL color Cylindrical-coordinate representation of color #C1B751: hue angle of 54.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1B751 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 183 81 -
CMYK 0 0.05 0.58 0.24
HSL 54.64º 0.47% 0.54% -
HSV(B) 54.64º 0.58% 0.76% -
XYZ 40.41 45.8 14.49 -
YUV 174.36 75.31 141.29 -
System Red Green Blue C M Y K H S L
Decimal 193 183 81 0 0.05 0.58 0.24 54.64 0.47 0.54
Hex C1 B7 51 0 5 3A 18 37 2F 36
Octal 301 267 121 0 5 72 30 67 57 66
Binary 11000001 10110111 1010001 0 101 111010 11000 110111 101111 110110

Color Harmonies of #C1B751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B751

Black with #C1B751

Text Example


Text Example

White with #C1B751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B751; }

 p { color: rgb(193,183,81); }

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

background-color css

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

 a { background-color: rgb(193,183,81); }

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

border-color css

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

 span { border-color: rgb(193,183,81); }

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