Html Css Color HEX #ABC812 Bahia

📋 copy color: '#ABC812'

red 171 ◦ green 200 ◦ blue 18

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

Shades of Bahia #ABC812

Tints of Bahia #ABC812

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.41%

 BLUE value IS 18 (7.42% from 255) = 4.63%

R = 43.96%
G = 51.41%
B = 4.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#ABC812 (or 0xABC812) is known color: Bahia. HEX triplet: AB, C8 and 12. RGB value is (171,200,18). Sum of RGB (Red+Green+Blue) = 171+200+18=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 200 (78.52% from 255 or 51.41% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC812 is #5437ED. Grayscale: #ABABAB. Windows color (decimal): -5519342 or 1231019. OLE color: 1231019.

HSL color Cylindrical-coordinate representation of color #ABC812: hue angle of 69.56º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABC812 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 200 18 -
CMYK 0.14 0 0.91 0.22
HSL 69.56º 0.83% 0.43% -
HSV(B) 69.56º 0.91% 0.78% -
XYZ 37.56 50.01 8.25 -
YUV 170.58 41.89 128.3 -
System Red Green Blue C M Y K H S L
Decimal 171 200 18 0.14 0 0.91 0.22 69.56 0.83 0.43
Hex AB C8 12 E 0 5B 16 46 53 2B
Octal 253 310 22 16 0 133 26 106 123 53
Binary 10101011 11001000 10010 1110 0 1011011 10110 1000110 1010011 101011

Color Harmonies of #ABC812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC812

Black with #ABC812

Text Example


Text Example

White with #ABC812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC812; }

 p { color: rgb(171,200,18); }

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

background-color css

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

 a { background-color: rgb(171,200,18); }

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

border-color css

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

 span { border-color: rgb(171,200,18); }

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