Html Css Color HEX #ABCB29 Bahia

📋 copy color: '#ABCB29'

red 171 ◦ green 203 ◦ blue 41

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

Shades of Bahia #ABCB29

Tints of Bahia #ABCB29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.88%

R = 41.2%
G = 48.92%
B = 9.88%

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

#ABCB29 (or 0xABCB29) is known color: Bahia. HEX triplet: AB, CB and 29. RGB value is (171,203,41). Sum of RGB (Red+Green+Blue) = 171+203+41=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 41 (16.41% from 255 or 9.88% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCB29 is #5434D6. Grayscale: #AFAFAF. Windows color (decimal): -5518551 or 2739115. OLE color: 2739115.

HSL color Cylindrical-coordinate representation of color #ABCB29: hue angle of 71.85º degrees, saturation: 0.66, 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 #ABCB29 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 203 41 -
CMYK 0.16 0 0.80 0.20
HSL 71.85º 0.66% 0.48% -
HSV(B) 71.85º 0.8% 0.8% -
XYZ 38.55 51.53 10.01 -
YUV 174.96 52.4 125.17 -
System Red Green Blue C M Y K H S L
Decimal 171 203 41 0.16 0 0.80 0.20 71.85 0.66 0.48
Hex AB CB 29 10 0 50 14 48 42 30
Octal 253 313 51 20 0 120 24 110 102 60
Binary 10101011 11001011 101001 10000 0 1010000 10100 1001000 1000010 110000

Color Harmonies of #ABCB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCB29

Black with #ABCB29

Text Example


Text Example

White with #ABCB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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