Html Css Color HEX #C3BC53 Olive Green

📋 copy color: '#C3BC53'

red 195 ◦ green 188 ◦ blue 83

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

Shades of Olive Green #C3BC53

Tints of Olive Green #C3BC53

RGB

 RED value IS 195 (76.56% from 255) = 41.85%

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

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

R = 41.85%
G = 40.34%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C3BC53 (or 0xC3BC53) is known color: Olive Green. HEX triplet: C3, BC and 53. RGB value is (195,188,83). Sum of RGB (Red+Green+Blue) = 195+188+83=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC53 is #3C43AC. Grayscale: #B2B2B2. Windows color (decimal): -3949485 or 5487811. OLE color: 5487811.

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

Color convert

RGB 195 188 83 -
CMYK 0 0.04 0.57 0.24
HSL 56.25º 0.48% 0.55% -
HSV(B) 56.25º 0.57% 0.76% -
XYZ 42.05 48.19 15.27 -
YUV 178.12 74.32 140.04 -
System Red Green Blue C M Y K H S L
Decimal 195 188 83 0 0.04 0.57 0.24 56.25 0.48 0.55
Hex C3 BC 53 0 4 39 18 38 30 37
Octal 303 274 123 0 4 71 30 70 60 67
Binary 11000011 10111100 1010011 0 100 111001 11000 111000 110000 110111

Color Harmonies of #C3BC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC53

Black with #C3BC53

Text Example


Text Example

White with #C3BC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC53; }

 p { color: rgb(195,188,83); }

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

background-color css

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

 a { background-color: rgb(195,188,83); }

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

border-color css

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

 span { border-color: rgb(195,188,83); }

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