Html Css Color HEX #C2BD5B Olive Green

📋 copy color: '#C2BD5B'

red 194 ◦ green 189 ◦ blue 91

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

Shades of Olive Green #C2BD5B

Tints of Olive Green #C2BD5B

RGB

 RED value IS 194 (76.17% from 255) = 40.93%

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

 BLUE value IS 91 (35.94% from 255) = 19.2%

R = 40.93%
G = 39.87%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2BD5B (or 0xC2BD5B) is known color: Olive Green. HEX triplet: C2, BD and 5B. RGB value is (194,189,91). Sum of RGB (Red+Green+Blue) = 194+189+91=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 91 (35.94% from 255 or 19.20% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD5B is #3D42A4. Grayscale: #B3B3B3. Windows color (decimal): -4014757 or 6012354. OLE color: 6012354.

HSL color Cylindrical-coordinate representation of color #C2BD5B: hue angle of 57.09º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2BD5B is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 189 91 -
CMYK 0 0.03 0.53 0.24
HSL 57.09º 0.46% 0.56% -
HSV(B) 57.09º 0.53% 0.76% -
XYZ 42.33 48.62 17.05 -
YUV 179.32 78.16 138.47 -
System Red Green Blue C M Y K H S L
Decimal 194 189 91 0 0.03 0.53 0.24 57.09 0.46 0.56
Hex C2 BD 5B 0 3 35 18 39 2E 38
Octal 302 275 133 0 3 65 30 71 56 70
Binary 11000010 10111101 1011011 0 11 110101 11000 111001 101110 111000

Color Harmonies of #C2BD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD5B

Black with #C2BD5B

Text Example


Text Example

White with #C2BD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD5B; }

 p { color: rgb(194,189,91); }

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

background-color css

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

 a { background-color: rgb(194,189,91); }

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

border-color css

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

 span { border-color: rgb(194,189,91); }

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