Html Css Color HEX #A4CB65 Olivine

📋 copy color: '#A4CB65'

red 164 ◦ green 203 ◦ blue 101

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

Shades of Olivine #A4CB65

Tints of Olivine #A4CB65

RGB

 RED value IS 164 (64.45% from 255) = 35.04%

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

 BLUE value IS 101 (39.84% from 255) = 21.58%

R = 35.04%
G = 43.38%
B = 21.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#A4CB65 (or 0xA4CB65) is known color: Olivine. HEX triplet: A4, CB and 65. RGB value is (164,203,101). Sum of RGB (Red+Green+Blue) = 164+203+101=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CB65 is #5B349A. Grayscale: #B4B4B4. Windows color (decimal): -5977243 or 6671268. OLE color: 6671268.

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

Color convert

RGB 164 203 101 -
CMYK 0.19 0 0.50 0.20
HSL 82.94º 0.5% 0.6% -
HSV(B) 82.94º 0.5% 0.8% -
XYZ 39.01 51.54 20.2 -
YUV 179.71 83.58 116.79 -
System Red Green Blue C M Y K H S L
Decimal 164 203 101 0.19 0 0.50 0.20 82.94 0.5 0.6
Hex A4 CB 65 13 0 32 14 53 32 3C
Octal 244 313 145 23 0 62 24 123 62 74
Binary 10100100 11001011 1100101 10011 0 110010 10100 1010011 110010 111100

Color Harmonies of #A4CB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CB65

Black with #A4CB65

Text Example


Text Example

White with #A4CB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CB65; }

 p { color: rgb(164,203,101); }

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

background-color css

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

 a { background-color: rgb(164,203,101); }

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

border-color css

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

 span { border-color: rgb(164,203,101); }

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