Html Css Color HEX #A5CE67 Olivine

📋 copy color: '#A5CE67'

red 165 ◦ green 206 ◦ blue 103

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

Shades of Olivine #A5CE67

Tints of Olivine #A5CE67

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.46%

 BLUE value IS 103 (40.63% from 255) = 21.73%

R = 34.81%
G = 43.46%
B = 21.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#A5CE67 (or 0xA5CE67) is known color: Olivine. HEX triplet: A5, CE and 67. RGB value is (165,206,103). Sum of RGB (Red+Green+Blue) = 165+206+103=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CE67 is #5A3198. Grayscale: #B6B6B6. Windows color (decimal): -5910937 or 6803109. OLE color: 6803109.

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

Color convert

RGB 165 206 103 -
CMYK 0.20 0 0.50 0.19
HSL 83.88º 0.51% 0.61% -
HSV(B) 83.88º 0.5% 0.81% -
XYZ 40.04 53.12 20.98 -
YUV 182 83.42 115.88 -
System Red Green Blue C M Y K H S L
Decimal 165 206 103 0.20 0 0.50 0.19 83.88 0.51 0.61
Hex A5 CE 67 14 0 32 13 54 33 3D
Octal 245 316 147 24 0 62 23 124 63 75
Binary 10100101 11001110 1100111 10100 0 110010 10011 1010100 110011 111101

Color Harmonies of #A5CE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CE67

Black with #A5CE67

Text Example


Text Example

White with #A5CE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CE67; }

 p { color: rgb(165,206,103); }

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

background-color css

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

 a { background-color: rgb(165,206,103); }

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

border-color css

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

 span { border-color: rgb(165,206,103); }

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