Html Css Color HEX #A5CB69 Olivine

📋 copy color: '#A5CB69'

red 165 ◦ green 203 ◦ blue 105

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

Shades of Olivine #A5CB69

Tints of Olivine #A5CB69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.2%

R = 34.88%
G = 42.92%
B = 22.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#A5CB69 (or 0xA5CB69) is known color: Olivine. HEX triplet: A5, CB and 69. RGB value is (165,203,105). Sum of RGB (Red+Green+Blue) = 165+203+105=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CB69 is #5A3496. Grayscale: #B4B4B4. Windows color (decimal): -5911703 or 6933413. OLE color: 6933413.

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

Color convert

RGB 165 203 105 -
CMYK 0.19 0 0.48 0.20
HSL 83.27º 0.49% 0.6% -
HSV(B) 83.27º 0.48% 0.8% -
XYZ 39.42 51.73 21.27 -
YUV 180.47 85.41 116.97 -
System Red Green Blue C M Y K H S L
Decimal 165 203 105 0.19 0 0.48 0.20 83.27 0.49 0.6
Hex A5 CB 69 13 0 30 14 53 31 3C
Octal 245 313 151 23 0 60 24 123 61 74
Binary 10100101 11001011 1101001 10011 0 110000 10100 1010011 110001 111100

Color Harmonies of #A5CB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CB69

Black with #A5CB69

Text Example


Text Example

White with #A5CB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CB69; }

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

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

background-color css

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

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

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

border-color css

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

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

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