Html Css Color HEX #ABCB28 Bahia

📋 copy color: '#ABCB28'

red 171 ◦ green 203 ◦ blue 40

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

Shades of Bahia #ABCB28

Tints of Bahia #ABCB28

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.03%

 BLUE value IS 40 (16.02% from 255) = 9.66%

R = 41.3%
G = 49.03%
B = 9.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#ABCB28 (or 0xABCB28) is known color: Bahia. HEX triplet: AB, CB and 28. RGB value is (171,203,40). Sum of RGB (Red+Green+Blue) = 171+203+40=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCB28 is #5434D7. Grayscale: #AFAFAF. Windows color (decimal): -5518552 or 2673579. OLE color: 2673579.

HSL color Cylindrical-coordinate representation of color #ABCB28: hue angle of 71.78º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABCB28 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 203 40 -
CMYK 0.16 0 0.80 0.20
HSL 71.78º 0.67% 0.48% -
HSV(B) 71.78º 0.8% 0.8% -
XYZ 38.53 51.52 9.92 -
YUV 174.85 51.9 125.25 -
System Red Green Blue C M Y K H S L
Decimal 171 203 40 0.16 0 0.80 0.20 71.78 0.67 0.48
Hex AB CB 28 10 0 50 14 48 43 30
Octal 253 313 50 20 0 120 24 110 103 60
Binary 10101011 11001011 101000 10000 0 1010000 10100 1001000 1000011 110000

Color Harmonies of #ABCB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCB28

Black with #ABCB28

Text Example


Text Example

White with #ABCB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCB28; }

 p { color: rgb(171,203,40); }

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

background-color css

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

 a { background-color: rgb(171,203,40); }

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

border-color css

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

 span { border-color: rgb(171,203,40); }

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