Html Css Color HEX #A5BA07 Citrus

📋 copy color: '#A5BA07'

red 165 ◦ green 186 ◦ blue 7

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

Shades of Citrus #A5BA07

Tints of Citrus #A5BA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.96%

R = 46.09%
G = 51.96%
B = 1.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#A5BA07 (or 0xA5BA07) is known color: Citrus. HEX triplet: A5, BA and 07. RGB value is (165,186,7). Sum of RGB (Red+Green+Blue) = 165+186+7=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 7 (3.12% from 255 or 1.96% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BA07 is #5A45F8. Grayscale: #A0A0A0. Windows color (decimal): -5916153 or 506533. OLE color: 506533.

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

Color convert

RGB 165 186 7 -
CMYK 0.11 0 0.96 0.27
HSL 67.04º 0.93% 0.38% -
HSV(B) 67.04º 0.96% 0.73% -
XYZ 33.11 43.13 6.78 -
YUV 159.32 42.04 132.05 -
System Red Green Blue C M Y K H S L
Decimal 165 186 7 0.11 0 0.96 0.27 67.04 0.93 0.38
Hex A5 BA 7 B 0 60 1B 43 5D 26
Octal 245 272 7 13 0 140 33 103 135 46
Binary 10100101 10111010 111 1011 0 1100000 11011 1000011 1011101 100110

Color Harmonies of #A5BA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BA07

Black with #A5BA07

Text Example


Text Example

White with #A5BA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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