Html Css Color HEX #ABC021 Bahia

📋 copy color: '#ABC021'

red 171 ◦ green 192 ◦ blue 33

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

Shades of Bahia #ABC021

Tints of Bahia #ABC021

RGB

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

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

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

R = 43.18%
G = 48.48%
B = 8.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#ABC021 (or 0xABC021) is known color: Bahia. HEX triplet: AB, C0 and 21. RGB value is (171,192,33). Sum of RGB (Red+Green+Blue) = 171+192+33=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC021 is #543FDE. Grayscale: #A8A8A8. Windows color (decimal): -5521375 or 2212011. OLE color: 2212011.

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

Color convert

RGB 171 192 33 -
CMYK 0.11 0 0.83 0.25
HSL 67.92º 0.71% 0.44% -
HSV(B) 67.92º 0.83% 0.75% -
XYZ 35.92 46.47 8.51 -
YUV 167.6 52.04 130.43 -
System Red Green Blue C M Y K H S L
Decimal 171 192 33 0.11 0 0.83 0.25 67.92 0.71 0.44
Hex AB C0 21 B 0 53 19 44 47 2C
Octal 253 300 41 13 0 123 31 104 107 54
Binary 10101011 11000000 100001 1011 0 1010011 11001 1000100 1000111 101100

Color Harmonies of #ABC021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC021

Black with #ABC021

Text Example


Text Example

White with #ABC021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC021; }

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

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

background-color css

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

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

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

border-color css

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

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

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