Html Css Color HEX #C2B85C Olive Green

📋 copy color: '#C2B85C'

red 194 ◦ green 184 ◦ blue 92

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

Shades of Olive Green #C2B85C

Tints of Olive Green #C2B85C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.15%

 BLUE value IS 92 (36.33% from 255) = 19.57%

R = 41.28%
G = 39.15%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2B85C (or 0xC2B85C) is known color: Olive Green. HEX triplet: C2, B8 and 5C. RGB value is (194,184,92). Sum of RGB (Red+Green+Blue) = 194+184+92=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B85C is #3D47A3. Grayscale: #B0B0B0. Windows color (decimal): -4016036 or 6076610. OLE color: 6076610.

HSL color Cylindrical-coordinate representation of color #C2B85C: hue angle of 54.12º 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 #C2B85C is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 184 92 -
CMYK 0 0.05 0.53 0.24
HSL 54.12º 0.46% 0.56% -
HSV(B) 54.12º 0.53% 0.76% -
XYZ 41.32 46.52 16.93 -
YUV 176.5 80.31 140.48 -
System Red Green Blue C M Y K H S L
Decimal 194 184 92 0 0.05 0.53 0.24 54.12 0.46 0.56
Hex C2 B8 5C 0 5 35 18 36 2E 38
Octal 302 270 134 0 5 65 30 66 56 70
Binary 11000010 10111000 1011100 0 101 110101 11000 110110 101110 111000

Color Harmonies of #C2B85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B85C

Black with #C2B85C

Text Example


Text Example

White with #C2B85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B85C; }

 p { color: rgb(194,184,92); }

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

background-color css

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

 a { background-color: rgb(194,184,92); }

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

border-color css

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

 span { border-color: rgb(194,184,92); }

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