Html Css Color HEX #A5CB73 Olivine

📋 copy color: '#A5CB73'

red 165 ◦ green 203 ◦ blue 115

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

Shades of Olivine #A5CB73

Tints of Olivine #A5CB73

RGB

 RED value IS 165 (64.84% from 255) = 34.16%

 GREEN value IS 203 (79.69% from 255) = 42.03%

 BLUE value IS 115 (45.31% from 255) = 23.81%

R = 34.16%
G = 42.03%
B = 23.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#A5CB73 (or 0xA5CB73) is known color: Olivine. HEX triplet: A5, CB and 73. RGB value is (165,203,115). Sum of RGB (Red+Green+Blue) = 165+203+115=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CB73 is #5A348C. Grayscale: #B5B5B5. Windows color (decimal): -5911693 or 7588773. OLE color: 7588773.

HSL color Cylindrical-coordinate representation of color #A5CB73: hue angle of 85.91º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5CB73 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 203 115 -
CMYK 0.19 0 0.43 0.20
HSL 85.91º 0.46% 0.62% -
HSV(B) 85.91º 0.43% 0.8% -
XYZ 39.97 51.95 24.14 -
YUV 181.61 90.41 116.16 -
System Red Green Blue C M Y K H S L
Decimal 165 203 115 0.19 0 0.43 0.20 85.91 0.46 0.62
Hex A5 CB 73 13 0 2B 14 56 2E 3E
Octal 245 313 163 23 0 53 24 126 56 76
Binary 10100101 11001011 1110011 10011 0 101011 10100 1010110 101110 111110

Color Harmonies of #A5CB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CB73

Black with #A5CB73

Text Example


Text Example

White with #A5CB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CB73; }

 p { color: rgb(165,203,115); }

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

background-color css

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

 a { background-color: rgb(165,203,115); }

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

border-color css

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

 span { border-color: rgb(165,203,115); }

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