Html Css Color HEX #A5BA0B Citrus

📋 copy color: '#A5BA0B'

red 165 ◦ green 186 ◦ blue 11

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

Shades of Citrus #A5BA0B

Tints of Citrus #A5BA0B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.38%

 BLUE value IS 11 (4.69% from 255) = 3.04%

R = 45.58%
G = 51.38%
B = 3.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#A5BA0B (or 0xA5BA0B) is known color: Citrus. HEX triplet: A5, BA and 0B. RGB value is (165,186,11). Sum of RGB (Red+Green+Blue) = 165+186+11=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BA0B is #5A45F4. Grayscale: #A0A0A0. Windows color (decimal): -5916149 or 768677. OLE color: 768677.

HSL color Cylindrical-coordinate representation of color #A5BA0B: hue angle of 67.2º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5BA0B is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 186 11 -
CMYK 0.11 0 0.94 0.27
HSL 67.2º 0.89% 0.39% -
HSV(B) 67.2º 0.94% 0.73% -
XYZ 33.14 43.14 6.9 -
YUV 159.77 44.04 131.73 -
System Red Green Blue C M Y K H S L
Decimal 165 186 11 0.11 0 0.94 0.27 67.2 0.89 0.39
Hex A5 BA B B 0 5E 1B 43 59 27
Octal 245 272 13 13 0 136 33 103 131 47
Binary 10100101 10111010 1011 1011 0 1011110 11011 1000011 1011001 100111

Color Harmonies of #A5BA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BA0B

Black with #A5BA0B

Text Example


Text Example

White with #A5BA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BA0B; }

 p { color: rgb(165,186,11); }

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

background-color css

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

 a { background-color: rgb(165,186,11); }

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

border-color css

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

 span { border-color: rgb(165,186,11); }

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