Html Css Color HEX #A2BD05 Citrus

📋 copy color: '#A2BD05'

red 162 ◦ green 189 ◦ blue 5

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

Shades of Citrus #A2BD05

Tints of Citrus #A2BD05

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.09%

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

R = 45.51%
G = 53.09%
B = 1.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#A2BD05 (or 0xA2BD05) is known color: Citrus. HEX triplet: A2, BD and 05. RGB value is (162,189,5). Sum of RGB (Red+Green+Blue) = 162+189+5=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BD05 is #5D42FA. Grayscale: #A0A0A0. Windows color (decimal): -6111995 or 376226. OLE color: 376226.

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

Color convert

RGB 162 189 5 -
CMYK 0.14 0 0.97 0.26
HSL 68.8º 0.95% 0.38% -
HSV(B) 68.8º 0.97% 0.74% -
XYZ 33.13 44.09 6.91 -
YUV 159.95 40.55 129.46 -
System Red Green Blue C M Y K H S L
Decimal 162 189 5 0.14 0 0.97 0.26 68.8 0.95 0.38
Hex A2 BD 5 E 0 61 1A 45 5F 26
Octal 242 275 5 16 0 141 32 105 137 46
Binary 10100010 10111101 101 1110 0 1100001 11010 1000101 1011111 100110

Color Harmonies of #A2BD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BD05

Black with #A2BD05

Text Example


Text Example

White with #A2BD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BD05; }

 p { color: rgb(162,189,5); }

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

background-color css

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

 a { background-color: rgb(162,189,5); }

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

border-color css

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

 span { border-color: rgb(162,189,5); }

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