Html Css Color HEX #A5BB05 Citrus

📋 copy color: '#A5BB05'

red 165 ◦ green 187 ◦ blue 5

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

Shades of Citrus #A5BB05

Tints of Citrus #A5BB05

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.38%

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 46.22%
G = 52.38%
B = 1.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#A5BB05 (or 0xA5BB05) is known color: Citrus. HEX triplet: A5, BB and 05. RGB value is (165,187,5). Sum of RGB (Red+Green+Blue) = 165+187+5=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 187 (73.44% from 255 or 52.38% from 357); Blue value is 5 (2.34% from 255 or 1.40% from 357); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BB05 is #5A44FA. Grayscale: #A0A0A0. Windows color (decimal): -5915899 or 375717. OLE color: 375717.

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

Color convert

RGB 165 187 5 -
CMYK 0.12 0 0.97 0.27
HSL 67.25º 0.95% 0.38% -
HSV(B) 67.25º 0.97% 0.73% -
XYZ 33.31 43.55 6.79 -
YUV 159.67 40.71 131.8 -
System Red Green Blue C M Y K H S L
Decimal 165 187 5 0.12 0 0.97 0.27 67.25 0.95 0.38
Hex A5 BB 5 C 0 61 1B 43 5F 26
Octal 245 273 5 14 0 141 33 103 137 46
Binary 10100101 10111011 101 1100 0 1100001 11011 1000011 1011111 100110

Color Harmonies of #A5BB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BB05

Black with #A5BB05

Text Example


Text Example

White with #A5BB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BB05; }

 p { color: rgb(165,187,5); }

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

background-color css

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

 a { background-color: rgb(165,187,5); }

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

border-color css

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

 span { border-color: rgb(165,187,5); }

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