Html Css Color HEX #ABC312 Bahia

📋 copy color: '#ABC312'

red 171 ◦ green 195 ◦ blue 18

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

Shades of Bahia #ABC312

Tints of Bahia #ABC312

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.78%

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

R = 44.53%
G = 50.78%
B = 4.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#ABC312 (or 0xABC312) is known color: Bahia. HEX triplet: AB, C3 and 12. RGB value is (171,195,18). Sum of RGB (Red+Green+Blue) = 171+195+18=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC312 is #543CED. Grayscale: #A8A8A8. Windows color (decimal): -5520622 or 1229739. OLE color: 1229739.

HSL color Cylindrical-coordinate representation of color #ABC312: hue angle of 68.14º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABC312 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 195 18 -
CMYK 0.12 0 0.91 0.24
HSL 68.14º 0.83% 0.42% -
HSV(B) 68.14º 0.91% 0.76% -
XYZ 36.42 47.73 7.87 -
YUV 167.65 43.55 130.39 -
System Red Green Blue C M Y K H S L
Decimal 171 195 18 0.12 0 0.91 0.24 68.14 0.83 0.42
Hex AB C3 12 C 0 5B 18 44 53 2A
Octal 253 303 22 14 0 133 30 104 123 52
Binary 10101011 11000011 10010 1100 0 1011011 11000 1000100 1010011 101010

Color Harmonies of #ABC312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC312

Black with #ABC312

Text Example


Text Example

White with #ABC312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC312; }

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

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

background-color css

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

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

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

border-color css

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

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

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