Html Css Color HEX #ABC031 Bahia

📋 copy color: '#ABC031'

red 171 ◦ green 192 ◦ blue 49

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

Shades of Bahia #ABC031

Tints of Bahia #ABC031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.89%

R = 41.5%
G = 46.6%
B = 11.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#ABC031 (or 0xABC031) is known color: Bahia. HEX triplet: AB, C0 and 31. RGB value is (171,192,49). Sum of RGB (Red+Green+Blue) = 171+192+49=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 49 (19.53% from 255 or 11.89% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC031 is #543FCE. Grayscale: #A9A9A9. Windows color (decimal): -5521359 or 3260587. OLE color: 3260587.

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

Color convert

RGB 171 192 49 -
CMYK 0.11 0 0.74 0.25
HSL 68.81º 0.59% 0.47% -
HSV(B) 68.81º 0.74% 0.75% -
XYZ 36.2 46.58 9.99 -
YUV 169.42 60.04 129.13 -
System Red Green Blue C M Y K H S L
Decimal 171 192 49 0.11 0 0.74 0.25 68.81 0.59 0.47
Hex AB C0 31 B 0 4A 19 45 3B 2F
Octal 253 300 61 13 0 112 31 105 73 57
Binary 10101011 11000000 110001 1011 0 1001010 11001 1000101 111011 101111

Color Harmonies of #ABC031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC031

Black with #ABC031

Text Example


Text Example

White with #ABC031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC031; }

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

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

background-color css

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

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

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

border-color css

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

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

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