Html Css Color HEX #A2BC07 Citrus

📋 copy color: '#A2BC07'

red 162 ◦ green 188 ◦ blue 7

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

Shades of Citrus #A2BC07

Tints of Citrus #A2BC07

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.66%

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

R = 45.38%
G = 52.66%
B = 1.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#A2BC07 (or 0xA2BC07) is known color: Citrus. HEX triplet: A2, BC and 07. RGB value is (162,188,7). Sum of RGB (Red+Green+Blue) = 162+188+7=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BC07 is #5D43F8. Grayscale: #A0A0A0. Windows color (decimal): -6112249 or 507042. OLE color: 507042.

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

Color convert

RGB 162 188 7 -
CMYK 0.14 0 0.96 0.26
HSL 68.62º 0.93% 0.38% -
HSV(B) 68.62º 0.96% 0.74% -
XYZ 32.92 43.66 6.89 -
YUV 159.59 41.89 129.72 -
System Red Green Blue C M Y K H S L
Decimal 162 188 7 0.14 0 0.96 0.26 68.62 0.93 0.38
Hex A2 BC 7 E 0 60 1A 45 5D 26
Octal 242 274 7 16 0 140 32 105 135 46
Binary 10100010 10111100 111 1110 0 1100000 11010 1000101 1011101 100110

Color Harmonies of #A2BC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BC07

Black with #A2BC07

Text Example


Text Example

White with #A2BC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BC07; }

 p { color: rgb(162,188,7); }

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

background-color css

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

 a { background-color: rgb(162,188,7); }

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

border-color css

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

 span { border-color: rgb(162,188,7); }

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