Html Css Color HEX #A2BE08 Citrus

📋 copy color: '#A2BE08'

red 162 ◦ green 190 ◦ blue 8

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

Shades of Citrus #A2BE08

Tints of Citrus #A2BE08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.22%

R = 45%
G = 52.78%
B = 2.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#A2BE08 (or 0xA2BE08) is known color: Citrus. HEX triplet: A2, BE and 08. RGB value is (162,190,8). Sum of RGB (Red+Green+Blue) = 162+190+8=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 190 (74.61% from 255 or 52.78% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BE08 is #5D41F7. Grayscale: #A1A1A1. Windows color (decimal): -6111736 or 573090. OLE color: 573090.

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

Color convert

RGB 162 190 8 -
CMYK 0.15 0 0.96 0.25
HSL 69.23º 0.92% 0.39% -
HSV(B) 69.23º 0.96% 0.75% -
XYZ 33.36 44.53 7.07 -
YUV 160.88 41.72 128.8 -
System Red Green Blue C M Y K H S L
Decimal 162 190 8 0.15 0 0.96 0.25 69.23 0.92 0.39
Hex A2 BE 8 F 0 60 19 45 5C 27
Octal 242 276 10 17 0 140 31 105 134 47
Binary 10100010 10111110 1000 1111 0 1100000 11001 1000101 1011100 100111

Color Harmonies of #A2BE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE08

Black with #A2BE08

Text Example


Text Example

White with #A2BE08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BE08; }

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

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

background-color css

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

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

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

border-color css

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

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

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