Html Css Color HEX #A4CB64 Olivine

📋 copy color: '#A4CB64'

red 164 ◦ green 203 ◦ blue 100

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

Shades of Olivine #A4CB64

Tints of Olivine #A4CB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.41%

R = 35.12%
G = 43.47%
B = 21.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#A4CB64 (or 0xA4CB64) is known color: Olivine. HEX triplet: A4, CB and 64. RGB value is (164,203,100). Sum of RGB (Red+Green+Blue) = 164+203+100=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CB64 is #5B349B. Grayscale: #B3B3B3. Windows color (decimal): -5977244 or 6605732. OLE color: 6605732.

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

Color convert

RGB 164 203 100 -
CMYK 0.19 0 0.51 0.20
HSL 82.72º 0.5% 0.59% -
HSV(B) 82.72º 0.51% 0.8% -
XYZ 38.97 51.52 19.95 -
YUV 179.6 83.08 116.88 -
System Red Green Blue C M Y K H S L
Decimal 164 203 100 0.19 0 0.51 0.20 82.72 0.5 0.59
Hex A4 CB 64 13 0 33 14 53 32 3B
Octal 244 313 144 23 0 63 24 123 62 73
Binary 10100100 11001011 1100100 10011 0 110011 10100 1010011 110010 111011

Color Harmonies of #A4CB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CB64

Black with #A4CB64

Text Example


Text Example

White with #A4CB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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