Html Css Color HEX #C4BF58 Olive Green

📋 copy color: '#C4BF58'

red 196 ◦ green 191 ◦ blue 88

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

Shades of Olive Green #C4BF58

Tints of Olive Green #C4BF58

RGB

 RED value IS 196 (76.95% from 255) = 41.26%

 GREEN value IS 191 (75% from 255) = 40.21%

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

R = 41.26%
G = 40.21%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C4BF58 (or 0xC4BF58) is known color: Olive Green. HEX triplet: C4, BF and 58. RGB value is (196,191,88). Sum of RGB (Red+Green+Blue) = 196+191+88=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BF58 is #3B40A7. Grayscale: #B5B5B5. Windows color (decimal): -3883176 or 5816260. OLE color: 5816260.

HSL color Cylindrical-coordinate representation of color #C4BF58: hue angle of 57.22º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C4BF58 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 191 88 -
CMYK 0 0.03 0.55 0.23
HSL 57.22º 0.48% 0.56% -
HSV(B) 57.22º 0.55% 0.77% -
XYZ 43.16 49.7 16.55 -
YUV 180.75 75.66 138.88 -
System Red Green Blue C M Y K H S L
Decimal 196 191 88 0 0.03 0.55 0.23 57.22 0.48 0.56
Hex C4 BF 58 0 3 37 17 39 30 38
Octal 304 277 130 0 3 67 27 71 60 70
Binary 11000100 10111111 1011000 0 11 110111 10111 111001 110000 111000

Color Harmonies of #C4BF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BF58

Black with #C4BF58

Text Example


Text Example

White with #C4BF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BF58; }

 p { color: rgb(196,191,88); }

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

background-color css

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

 a { background-color: rgb(196,191,88); }

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

border-color css

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

 span { border-color: rgb(196,191,88); }

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