Html Css Color HEX #C2BA5B Olive Green

📋 copy color: '#C2BA5B'

red 194 ◦ green 186 ◦ blue 91

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

Shades of Olive Green #C2BA5B

Tints of Olive Green #C2BA5B

RGB

 RED value IS 194 (76.17% from 255) = 41.19%

 GREEN value IS 186 (73.05% from 255) = 39.49%

 BLUE value IS 91 (35.94% from 255) = 19.32%

R = 41.19%
G = 39.49%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2BA5B (or 0xC2BA5B) is known color: Olive Green. HEX triplet: C2, BA and 5B. RGB value is (194,186,91). Sum of RGB (Red+Green+Blue) = 194+186+91=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BA5B is #3D45A4. Grayscale: #B1B1B1. Windows color (decimal): -4015525 or 6011586. OLE color: 6011586.

HSL color Cylindrical-coordinate representation of color #C2BA5B: hue angle of 55.34º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2BA5B is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 186 91 -
CMYK 0 0.04 0.53 0.24
HSL 55.34º 0.46% 0.56% -
HSV(B) 55.34º 0.53% 0.76% -
XYZ 41.7 47.34 16.84 -
YUV 177.56 79.15 139.72 -
System Red Green Blue C M Y K H S L
Decimal 194 186 91 0 0.04 0.53 0.24 55.34 0.46 0.56
Hex C2 BA 5B 0 4 35 18 37 2E 38
Octal 302 272 133 0 4 65 30 67 56 70
Binary 11000010 10111010 1011011 0 100 110101 11000 110111 101110 111000

Color Harmonies of #C2BA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA5B

Black with #C2BA5B

Text Example


Text Example

White with #C2BA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA5B; }

 p { color: rgb(194,186,91); }

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

background-color css

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

 a { background-color: rgb(194,186,91); }

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

border-color css

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

 span { border-color: rgb(194,186,91); }

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