Html Css Color HEX #ABB922 Bahia

📋 copy color: '#ABB922'

red 171 ◦ green 185 ◦ blue 34

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

Shades of Bahia #ABB922

Tints of Bahia #ABB922

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.44%

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

R = 43.85%
G = 47.44%
B = 8.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#ABB922 (or 0xABB922) is known color: Bahia. HEX triplet: AB, B9 and 22. RGB value is (171,185,34). Sum of RGB (Red+Green+Blue) = 171+185+34=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 34 (13.67% from 255 or 8.72% from 390); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB922 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB922 is #5446DD. Grayscale: #A4A4A4. Windows color (decimal): -5523166 or 2275755. OLE color: 2275755.

HSL color Cylindrical-coordinate representation of color #ABB922: hue angle of 65.56º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABB922 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 185 34 -
CMYK 0.08 0 0.82 0.27
HSL 65.56º 0.69% 0.43% -
HSV(B) 65.56º 0.82% 0.73% -
XYZ 34.43 43.47 8.09 -
YUV 163.6 54.86 133.28 -
System Red Green Blue C M Y K H S L
Decimal 171 185 34 0.08 0 0.82 0.27 65.56 0.69 0.43
Hex AB B9 22 8 0 52 1B 42 45 2B
Octal 253 271 42 10 0 122 33 102 105 53
Binary 10101011 10111001 100010 1000 0 1010010 11011 1000010 1000101 101011

Color Harmonies of #ABB922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB922

Black with #ABB922

Text Example


Text Example

White with #ABB922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB922; }

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

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

background-color css

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

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

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

border-color css

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

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

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