Html Css Color HEX #A5BB07 Citrus

📋 copy color: '#A5BB07'

red 165 ◦ green 187 ◦ blue 7

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

Shades of Citrus #A5BB07

Tints of Citrus #A5BB07

RGB

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

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

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

R = 45.96%
G = 52.09%
B = 1.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#A5BB07 (or 0xA5BB07) is known color: Citrus. HEX triplet: A5, BB and 07. RGB value is (165,187,7). Sum of RGB (Red+Green+Blue) = 165+187+7=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BB07 is #5A44F8. Grayscale: #A0A0A0. Windows color (decimal): -5915897 or 506789. OLE color: 506789.

HSL color Cylindrical-coordinate representation of color #A5BB07: hue angle of 67.33º 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 #A5BB07 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 187 7 -
CMYK 0.12 0 0.96 0.27
HSL 67.33º 0.93% 0.38% -
HSV(B) 67.33º 0.96% 0.73% -
XYZ 33.33 43.56 6.85 -
YUV 159.9 41.71 131.64 -
System Red Green Blue C M Y K H S L
Decimal 165 187 7 0.12 0 0.96 0.27 67.33 0.93 0.38
Hex A5 BB 7 C 0 60 1B 43 5D 26
Octal 245 273 7 14 0 140 33 103 135 46
Binary 10100101 10111011 111 1100 0 1100000 11011 1000011 1011101 100110

Color Harmonies of #A5BB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BB07

Black with #A5BB07

Text Example


Text Example

White with #A5BB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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