Html Css Color HEX #ABCC23 Bahia

📋 copy color: '#ABCC23'

red 171 ◦ green 204 ◦ blue 35

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

Shades of Bahia #ABCC23

Tints of Bahia #ABCC23

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.76%

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

R = 41.71%
G = 49.76%
B = 8.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#ABCC23 (or 0xABCC23) is known color: Bahia. HEX triplet: AB, CC and 23. RGB value is (171,204,35). Sum of RGB (Red+Green+Blue) = 171+204+35=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 35 (14.06% from 255 or 8.54% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC23 is #5433DC. Grayscale: #AFAFAF. Windows color (decimal): -5518301 or 2346155. OLE color: 2346155.

HSL color Cylindrical-coordinate representation of color #ABCC23: hue angle of 71.72º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ABCC23 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 204 35 -
CMYK 0.16 0 0.83 0.2
HSL 71.72º 0.71% 0.47% -
HSV(B) 71.72º 0.83% 0.8% -
XYZ 38.69 51.97 9.58 -
YUV 174.87 49.07 125.24 -
System Red Green Blue C M Y K H S L
Decimal 171 204 35 0.16 0 0.83 0.2 71.72 0.71 0.47
Hex AB CC 23 10 0 53 14 48 47 2F
Octal 253 314 43 20 0 123 24 110 107 57
Binary 10101011 11001100 100011 10000 0 1010011 10100 1001000 1000111 101111

Color Harmonies of #ABCC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC23

Black with #ABCC23

Text Example


Text Example

White with #ABCC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC23; }

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

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

background-color css

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

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

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

border-color css

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

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

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