Html Css Color HEX #C3BC57 Olive Green

📋 copy color: '#C3BC57'

red 195 ◦ green 188 ◦ blue 87

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

Shades of Olive Green #C3BC57

Tints of Olive Green #C3BC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.51%

R = 41.49%
G = 40%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C3BC57 (or 0xC3BC57) is known color: Olive Green. HEX triplet: C3, BC and 57. RGB value is (195,188,87). Sum of RGB (Red+Green+Blue) = 195+188+87=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 87 (34.38% from 255 or 18.51% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC57 is #3C43A8. Grayscale: #B2B2B2. Windows color (decimal): -3949481 or 5749955. OLE color: 5749955.

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

Color convert

RGB 195 188 87 -
CMYK 0 0.04 0.55 0.24
HSL 56.11º 0.47% 0.55% -
HSV(B) 56.11º 0.55% 0.76% -
XYZ 42.21 48.26 16.11 -
YUV 178.58 76.32 139.71 -
System Red Green Blue C M Y K H S L
Decimal 195 188 87 0 0.04 0.55 0.24 56.11 0.47 0.55
Hex C3 BC 57 0 4 37 18 38 2F 37
Octal 303 274 127 0 4 67 30 70 57 67
Binary 11000011 10111100 1010111 0 100 110111 11000 111000 101111 110111

Color Harmonies of #C3BC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC57

Black with #C3BC57

Text Example


Text Example

White with #C3BC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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