Html Css Color HEX #A2BE0B Citrus

📋 copy color: '#A2BE0B'

red 162 ◦ green 190 ◦ blue 11

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

Shades of Citrus #A2BE0B

Tints of Citrus #A2BE0B

RGB

 RED value IS 162 (63.67% from 255) = 44.63%

 GREEN value IS 190 (74.61% from 255) = 52.34%

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

R = 44.63%
G = 52.34%
B = 3.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#A2BE0B (or 0xA2BE0B) is known color: Citrus. HEX triplet: A2, BE and 0B. RGB value is (162,190,11). Sum of RGB (Red+Green+Blue) = 162+190+11=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 190 (74.61% from 255 or 52.34% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BE0B is #5D41F4. Grayscale: #A1A1A1. Windows color (decimal): -6111733 or 769698. OLE color: 769698.

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

Color convert

RGB 162 190 11 -
CMYK 0.15 0 0.94 0.25
HSL 69.39º 0.89% 0.39% -
HSV(B) 69.39º 0.94% 0.75% -
XYZ 33.37 44.53 7.15 -
YUV 161.22 43.22 128.55 -
System Red Green Blue C M Y K H S L
Decimal 162 190 11 0.15 0 0.94 0.25 69.39 0.89 0.39
Hex A2 BE B F 0 5E 19 45 59 27
Octal 242 276 13 17 0 136 31 105 131 47
Binary 10100010 10111110 1011 1111 0 1011110 11001 1000101 1011001 100111

Color Harmonies of #A2BE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE0B

Black with #A2BE0B

Text Example


Text Example

White with #A2BE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BE0B; }

 p { color: rgb(162,190,11); }

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

background-color css

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

 a { background-color: rgb(162,190,11); }

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

border-color css

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

 span { border-color: rgb(162,190,11); }

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