Html Css Color HEX #C4BD52 Olive Green

📋 copy color: '#C4BD52'

red 196 ◦ green 189 ◦ blue 82

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

Shades of Olive Green #C4BD52

Tints of Olive Green #C4BD52

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.47%

 BLUE value IS 82 (32.42% from 255) = 17.56%

R = 41.97%
G = 40.47%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C4BD52 (or 0xC4BD52) is known color: Olive Green. HEX triplet: C4, BD and 52. RGB value is (196,189,82). Sum of RGB (Red+Green+Blue) = 196+189+82=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BD52 is #3B42AD. Grayscale: #B3B3B3. Windows color (decimal): -3883694 or 5422532. OLE color: 5422532.

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

Color convert

RGB 196 189 82 -
CMYK 0 0.04 0.58 0.23
HSL 56.32º 0.49% 0.55% -
HSV(B) 56.32º 0.58% 0.77% -
XYZ 42.49 48.74 15.15 -
YUV 178.9 73.32 140.2 -
System Red Green Blue C M Y K H S L
Decimal 196 189 82 0 0.04 0.58 0.23 56.32 0.49 0.55
Hex C4 BD 52 0 4 3A 17 38 31 37
Octal 304 275 122 0 4 72 27 70 61 67
Binary 11000100 10111101 1010010 0 100 111010 10111 111000 110001 110111

Color Harmonies of #C4BD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BD52

Black with #C4BD52

Text Example


Text Example

White with #C4BD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BD52; }

 p { color: rgb(196,189,82); }

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

background-color css

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

 a { background-color: rgb(196,189,82); }

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

border-color css

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

 span { border-color: rgb(196,189,82); }

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