Html Css Color HEX #ABC823 Bahia

📋 copy color: '#ABC823'

red 171 ◦ green 200 ◦ blue 35

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

Shades of Bahia #ABC823

Tints of Bahia #ABC823

RGB

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

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

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

R = 42.12%
G = 49.26%
B = 8.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#ABC823 (or 0xABC823) is known color: Bahia. HEX triplet: AB, C8 and 23. RGB value is (171,200,35). Sum of RGB (Red+Green+Blue) = 171+200+35=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 35 (14.06% from 255 or 8.62% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC823 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC823 is #5437DC. Grayscale: #ADADAD. Windows color (decimal): -5519325 or 2345131. OLE color: 2345131.

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

Color convert

RGB 171 200 35 -
CMYK 0.14 0 0.82 0.22
HSL 70.55º 0.7% 0.46% -
HSV(B) 70.55º 0.83% 0.78% -
XYZ 37.75 50.09 9.27 -
YUV 172.52 50.39 126.92 -
System Red Green Blue C M Y K H S L
Decimal 171 200 35 0.14 0 0.82 0.22 70.55 0.7 0.46
Hex AB C8 23 E 0 52 16 47 46 2E
Octal 253 310 43 16 0 122 26 107 106 56
Binary 10101011 11001000 100011 1110 0 1010010 10110 1000111 1000110 101110

Color Harmonies of #ABC823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC823

Black with #ABC823

Text Example


Text Example

White with #ABC823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC823; }

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

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

background-color css

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

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

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

border-color css

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

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

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