Html Css Color HEX #ABC223 Bahia

📋 copy color: '#ABC223'

red 171 ◦ green 194 ◦ blue 35

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

Shades of Bahia #ABC223

Tints of Bahia #ABC223

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.5%

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

R = 42.75%
G = 48.5%
B = 8.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#ABC223 (or 0xABC223) is known color: Bahia. HEX triplet: AB, C2 and 23. RGB value is (171,194,35). Sum of RGB (Red+Green+Blue) = 171+194+35=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 35 (14.06% from 255 or 8.75% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC223 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC223 is #543DDC. Grayscale: #A9A9A9. Windows color (decimal): -5520861 or 2343595. OLE color: 2343595.

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

Color convert

RGB 171 194 35 -
CMYK 0.12 0 0.82 0.24
HSL 68.68º 0.69% 0.45% -
HSV(B) 68.68º 0.82% 0.76% -
XYZ 36.39 47.36 8.81 -
YUV 169 52.38 129.43 -
System Red Green Blue C M Y K H S L
Decimal 171 194 35 0.12 0 0.82 0.24 68.68 0.69 0.45
Hex AB C2 23 C 0 52 18 45 45 2D
Octal 253 302 43 14 0 122 30 105 105 55
Binary 10101011 11000010 100011 1100 0 1010010 11000 1000101 1000101 101101

Color Harmonies of #ABC223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC223

Black with #ABC223

Text Example


Text Example

White with #ABC223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC223; }

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

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

background-color css

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

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

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

border-color css

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

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

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