Html Css Color HEX #C2BC5B Olive Green

📋 copy color: '#C2BC5B'

red 194 ◦ green 188 ◦ blue 91

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

Shades of Olive Green #C2BC5B

Tints of Olive Green #C2BC5B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.75%

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

R = 41.01%
G = 39.75%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2BC5B (or 0xC2BC5B) is known color: Olive Green. HEX triplet: C2, BC and 5B. RGB value is (194,188,91). Sum of RGB (Red+Green+Blue) = 194+188+91=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC5B is #3D43A4. Grayscale: #B3B3B3. Windows color (decimal): -4015013 or 6012098. OLE color: 6012098.

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

Color convert

RGB 194 188 91 -
CMYK 0 0.03 0.53 0.24
HSL 56.5º 0.46% 0.56% -
HSV(B) 56.5º 0.53% 0.76% -
XYZ 42.12 48.19 16.98 -
YUV 178.74 78.49 138.89 -
System Red Green Blue C M Y K H S L
Decimal 194 188 91 0 0.03 0.53 0.24 56.5 0.46 0.56
Hex C2 BC 5B 0 3 35 18 39 2E 38
Octal 302 274 133 0 3 65 30 71 56 70
Binary 11000010 10111100 1011011 0 11 110101 11000 111001 101110 111000

Color Harmonies of #C2BC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC5B

Black with #C2BC5B

Text Example


Text Example

White with #C2BC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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