Html Css Color HEX #A8D021 Bahia

📋 copy color: '#A8D021'

red 168 ◦ green 208 ◦ blue 33

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

Shades of Bahia #A8D021

Tints of Bahia #A8D021

RGB

 RED value IS 168 (66.02% from 255) = 41.08%

 GREEN value IS 208 (81.64% from 255) = 50.86%

 BLUE value IS 33 (13.28% from 255) = 8.07%

R = 41.08%
G = 50.86%
B = 8.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#A8D021 (or 0xA8D021) is known color: Bahia. HEX triplet: A8, D0 and 21. RGB value is (168,208,33). Sum of RGB (Red+Green+Blue) = 168+208+33=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 33 (13.28% from 255 or 8.07% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D021 is #572FDE. Grayscale: #B0B0B0. Windows color (decimal): -5713887 or 2216104. OLE color: 2216104.

HSL color Cylindrical-coordinate representation of color #A8D021: hue angle of 73.71º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8D021 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 208 33 -
CMYK 0.19 0 0.84 0.18
HSL 73.71º 0.73% 0.47% -
HSV(B) 73.71º 0.84% 0.82% -
XYZ 38.98 53.55 9.72 -
YUV 176.09 47.25 122.23 -
System Red Green Blue C M Y K H S L
Decimal 168 208 33 0.19 0 0.84 0.18 73.71 0.73 0.47
Hex A8 D0 21 13 0 54 12 4A 49 2F
Octal 250 320 41 23 0 124 22 112 111 57
Binary 10101000 11010000 100001 10011 0 1010100 10010 1001010 1001001 101111

Color Harmonies of #A8D021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D021

Black with #A8D021

Text Example


Text Example

White with #A8D021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D021; }

 p { color: rgb(168,208,33); }

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

background-color css

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

 a { background-color: rgb(168,208,33); }

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

border-color css

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

 span { border-color: rgb(168,208,33); }

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