Html Css Color HEX #A8C621 Bahia

📋 copy color: '#A8C621'

red 168 ◦ green 198 ◦ blue 33

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

Shades of Bahia #A8C621

Tints of Bahia #A8C621

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.62%

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

R = 42.11%
G = 49.62%
B = 8.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#A8C621 (or 0xA8C621) is known color: Bahia. HEX triplet: A8, C6 and 21. RGB value is (168,198,33). Sum of RGB (Red+Green+Blue) = 168+198+33=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 33 (13.28% from 255 or 8.27% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C621 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C621 is #5739DE. Grayscale: #AAAAAA. Windows color (decimal): -5716447 or 2213544. OLE color: 2213544.

HSL color Cylindrical-coordinate representation of color #A8C621: hue angle of 70.91º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8C621 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 198 33 -
CMYK 0.15 0 0.83 0.22
HSL 70.91º 0.71% 0.45% -
HSV(B) 70.91º 0.83% 0.78% -
XYZ 36.62 48.82 8.93 -
YUV 170.22 50.56 126.42 -
System Red Green Blue C M Y K H S L
Decimal 168 198 33 0.15 0 0.83 0.22 70.91 0.71 0.45
Hex A8 C6 21 F 0 53 16 47 47 2D
Octal 250 306 41 17 0 123 26 107 107 55
Binary 10101000 11000110 100001 1111 0 1010011 10110 1000111 1000111 101101

Color Harmonies of #A8C621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C621

Black with #A8C621

Text Example


Text Example

White with #A8C621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C621; }

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

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

background-color css

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

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

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

border-color css

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

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

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