Html Css Color HEX #A5CB6C Olivine

📋 copy color: '#A5CB6C'

red 165 ◦ green 203 ◦ blue 108

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

Shades of Olivine #A5CB6C

Tints of Olivine #A5CB6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.69%

R = 34.66%
G = 42.65%
B = 22.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#A5CB6C (or 0xA5CB6C) is known color: Olivine. HEX triplet: A5, CB and 6C. RGB value is (165,203,108). Sum of RGB (Red+Green+Blue) = 165+203+108=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CB6C is #5A3493. Grayscale: #B5B5B5. Windows color (decimal): -5911700 or 7130021. OLE color: 7130021.

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

Color convert

RGB 165 203 108 -
CMYK 0.19 0 0.47 0.20
HSL 84º 0.48% 0.61% -
HSV(B) 84º 0.47% 0.8% -
XYZ 39.58 51.79 22.1 -
YUV 180.81 86.91 116.72 -
System Red Green Blue C M Y K H S L
Decimal 165 203 108 0.19 0 0.47 0.20 84 0.48 0.61
Hex A5 CB 6C 13 0 2F 14 54 30 3D
Octal 245 313 154 23 0 57 24 124 60 75
Binary 10100101 11001011 1101100 10011 0 101111 10100 1010100 110000 111101

Color Harmonies of #A5CB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CB6C

Black with #A5CB6C

Text Example


Text Example

White with #A5CB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CB6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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