Html Css Color HEX #A2BD08 Citrus

📋 copy color: '#A2BD08'

red 162 ◦ green 189 ◦ blue 8

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

Shades of Citrus #A2BD08

Tints of Citrus #A2BD08

RGB

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

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

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

R = 45.13%
G = 52.65%
B = 2.23%

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

#A2BD08 (or 0xA2BD08) is known color: Citrus. HEX triplet: A2, BD and 08. RGB value is (162,189,8). Sum of RGB (Red+Green+Blue) = 162+189+8=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 8 (3.52% from 255 or 2.23% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BD08 is #5D42F7. Grayscale: #A0A0A0. Windows color (decimal): -6111992 or 572834. OLE color: 572834.

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

Color convert

RGB 162 189 8 -
CMYK 0.14 0 0.96 0.26
HSL 68.95º 0.92% 0.39% -
HSV(B) 68.95º 0.96% 0.74% -
XYZ 33.14 44.09 6.99 -
YUV 160.29 42.05 129.22 -
System Red Green Blue C M Y K H S L
Decimal 162 189 8 0.14 0 0.96 0.26 68.95 0.92 0.39
Hex A2 BD 8 E 0 60 1A 45 5C 27
Octal 242 275 10 16 0 140 32 105 134 47
Binary 10100010 10111101 1000 1110 0 1100000 11010 1000101 1011100 100111

Color Harmonies of #A2BD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BD08

Black with #A2BD08

Text Example


Text Example

White with #A2BD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BD08; }

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

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

background-color css

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

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

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

border-color css

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

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

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