Html Css Color HEX #ABC922 Bahia

📋 copy color: '#ABC922'

red 171 ◦ green 201 ◦ blue 34

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

Shades of Bahia #ABC922

Tints of Bahia #ABC922

RGB

 RED value IS 171 (67.19% from 255) = 42.12%

 GREEN value IS 201 (78.91% from 255) = 49.51%

 BLUE value IS 34 (13.67% from 255) = 8.37%

R = 42.12%
G = 49.51%
B = 8.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#ABC922 (or 0xABC922) is known color: Bahia. HEX triplet: AB, C9 and 22. RGB value is (171,201,34). Sum of RGB (Red+Green+Blue) = 171+201+34=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 34 (13.67% from 255 or 8.37% from 406); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC922 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC922 is #5436DD. Grayscale: #ADADAD. Windows color (decimal): -5519070 or 2279851. OLE color: 2279851.

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

Color convert

RGB 171 201 34 -
CMYK 0.15 0 0.83 0.21
HSL 70.78º 0.71% 0.46% -
HSV(B) 70.78º 0.83% 0.79% -
XYZ 37.97 50.55 9.27 -
YUV 172.99 49.56 126.58 -
System Red Green Blue C M Y K H S L
Decimal 171 201 34 0.15 0 0.83 0.21 70.78 0.71 0.46
Hex AB C9 22 F 0 53 15 47 47 2E
Octal 253 311 42 17 0 123 25 107 107 56
Binary 10101011 11001001 100010 1111 0 1010011 10101 1000111 1000111 101110

Color Harmonies of #ABC922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC922

Black with #ABC922

Text Example


Text Example

White with #ABC922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC922; }

 p { color: rgb(171,201,34); }

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

background-color css

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

 a { background-color: rgb(171,201,34); }

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

border-color css

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

 span { border-color: rgb(171,201,34); }

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