Html Css Color HEX #ABC423 Bahia

📋 copy color: '#ABC423'

red 171 ◦ green 196 ◦ blue 35

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

Shades of Bahia #ABC423

Tints of Bahia #ABC423

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.76%

 BLUE value IS 35 (14.06% from 255) = 8.71%

R = 42.54%
G = 48.76%
B = 8.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#ABC423 (or 0xABC423) is known color: Bahia. HEX triplet: AB, C4 and 23. RGB value is (171,196,35). Sum of RGB (Red+Green+Blue) = 171+196+35=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 35 (14.06% from 255 or 8.71% from 402); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC423 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC423 is #543BDC. Grayscale: #AAAAAA. Windows color (decimal): -5520349 or 2344107. OLE color: 2344107.

HSL color Cylindrical-coordinate representation of color #ABC423: hue angle of 69.32º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABC423 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 196 35 -
CMYK 0.13 0 0.82 0.23
HSL 69.32º 0.7% 0.45% -
HSV(B) 69.32º 0.82% 0.77% -
XYZ 36.84 48.26 8.96 -
YUV 170.17 51.72 128.59 -
System Red Green Blue C M Y K H S L
Decimal 171 196 35 0.13 0 0.82 0.23 69.32 0.7 0.45
Hex AB C4 23 D 0 52 17 45 46 2D
Octal 253 304 43 15 0 122 27 105 106 55
Binary 10101011 11000100 100011 1101 0 1010010 10111 1000101 1000110 101101

Color Harmonies of #ABC423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC423

Black with #ABC423

Text Example


Text Example

White with #ABC423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC423; }

 p { color: rgb(171,196,35); }

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

background-color css

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

 a { background-color: rgb(171,196,35); }

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

border-color css

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

 span { border-color: rgb(171,196,35); }

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