Html Css Color HEX #C3BA58 Olive Green

📋 copy color: '#C3BA58'

red 195 ◦ green 186 ◦ blue 88

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

Shades of Olive Green #C3BA58

Tints of Olive Green #C3BA58

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.66%

 BLUE value IS 88 (34.77% from 255) = 18.76%

R = 41.58%
G = 39.66%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C3BA58 (or 0xC3BA58) is known color: Olive Green. HEX triplet: C3, BA and 58. RGB value is (195,186,88). Sum of RGB (Red+Green+Blue) = 195+186+88=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 88 (34.77% from 255 or 18.76% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA58 is #3C45A7. Grayscale: #B1B1B1. Windows color (decimal): -3949992 or 5814979. OLE color: 5814979.

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

Color convert

RGB 195 186 88 -
CMYK 0 0.05 0.55 0.24
HSL 54.95º 0.47% 0.55% -
HSV(B) 54.95º 0.55% 0.76% -
XYZ 41.83 47.42 16.18 -
YUV 177.52 77.48 140.47 -
System Red Green Blue C M Y K H S L
Decimal 195 186 88 0 0.05 0.55 0.24 54.95 0.47 0.55
Hex C3 BA 58 0 5 37 18 37 2F 37
Octal 303 272 130 0 5 67 30 67 57 67
Binary 11000011 10111010 1011000 0 101 110111 11000 110111 101111 110111

Color Harmonies of #C3BA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA58

Black with #C3BA58

Text Example


Text Example

White with #C3BA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA58; }

 p { color: rgb(195,186,88); }

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

background-color css

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

 a { background-color: rgb(195,186,88); }

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

border-color css

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

 span { border-color: rgb(195,186,88); }

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