Html Css Color HEX #C3BC54 Olive Green

📋 copy color: '#C3BC54'

red 195 ◦ green 188 ◦ blue 84

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

Shades of Olive Green #C3BC54

Tints of Olive Green #C3BC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.99%

R = 41.76%
G = 40.26%
B = 17.99%

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

#C3BC54 (or 0xC3BC54) is known color: Olive Green. HEX triplet: C3, BC and 54. RGB value is (195,188,84). Sum of RGB (Red+Green+Blue) = 195+188+84=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 84 (33.20% from 255 or 17.99% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC54 is #3C43AB. Grayscale: #B2B2B2. Windows color (decimal): -3949484 or 5553347. OLE color: 5553347.

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

Color convert

RGB 195 188 84 -
CMYK 0 0.04 0.57 0.24
HSL 56.22º 0.48% 0.55% -
HSV(B) 56.22º 0.57% 0.76% -
XYZ 42.09 48.21 15.47 -
YUV 178.24 74.82 139.96 -
System Red Green Blue C M Y K H S L
Decimal 195 188 84 0 0.04 0.57 0.24 56.22 0.48 0.55
Hex C3 BC 54 0 4 39 18 38 30 37
Octal 303 274 124 0 4 71 30 70 60 67
Binary 11000011 10111100 1010100 0 100 111001 11000 111000 110000 110111

Color Harmonies of #C3BC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC54

Black with #C3BC54

Text Example


Text Example

White with #C3BC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC54; }

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

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

background-color css

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

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

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

border-color css

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

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

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