Html Css Color HEX #ABC022 Bahia

📋 copy color: '#ABC022'

red 171 ◦ green 192 ◦ blue 34

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

Shades of Bahia #ABC022

Tints of Bahia #ABC022

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.36%

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

R = 43.07%
G = 48.36%
B = 8.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#ABC022 (or 0xABC022) is known color: Bahia. HEX triplet: AB, C0 and 22. RGB value is (171,192,34). Sum of RGB (Red+Green+Blue) = 171+192+34=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 34 (13.67% from 255 or 8.56% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC022 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC022 is #543FDD. Grayscale: #A8A8A8. Windows color (decimal): -5521374 or 2277547. OLE color: 2277547.

HSL color Cylindrical-coordinate representation of color #ABC022: hue angle of 67.97º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABC022 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 192 34 -
CMYK 0.11 0 0.82 0.25
HSL 67.97º 0.7% 0.44% -
HSV(B) 67.97º 0.82% 0.75% -
XYZ 35.93 46.47 8.59 -
YUV 167.71 52.54 130.35 -
System Red Green Blue C M Y K H S L
Decimal 171 192 34 0.11 0 0.82 0.25 67.97 0.7 0.44
Hex AB C0 22 B 0 52 19 44 46 2C
Octal 253 300 42 13 0 122 31 104 106 54
Binary 10101011 11000000 100010 1011 0 1010010 11001 1000100 1000110 101100

Color Harmonies of #ABC022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC022

Black with #ABC022

Text Example


Text Example

White with #ABC022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC022; }

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

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

background-color css

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

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

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

border-color css

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

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

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