Html Css Color HEX #ABCB2B Bahia

📋 copy color: '#ABCB2B'

red 171 ◦ green 203 ◦ blue 43

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

Shades of Bahia #ABCB2B

Tints of Bahia #ABCB2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.31%

R = 41.01%
G = 48.68%
B = 10.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#ABCB2B (or 0xABCB2B) is known color: Bahia. HEX triplet: AB, CB and 2B. RGB value is (171,203,43). Sum of RGB (Red+Green+Blue) = 171+203+43=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 43 (17.19% from 255 or 10.31% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCB2B is #5434D4. Grayscale: #AFAFAF. Windows color (decimal): -5518549 or 2870187. OLE color: 2870187.

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

Color convert

RGB 171 203 43 -
CMYK 0.16 0 0.79 0.20
HSL 72º 0.65% 0.48% -
HSV(B) 72º 0.79% 0.8% -
XYZ 38.59 51.54 10.2 -
YUV 175.19 53.4 125.01 -
System Red Green Blue C M Y K H S L
Decimal 171 203 43 0.16 0 0.79 0.20 72 0.65 0.48
Hex AB CB 2B 10 0 4F 14 48 41 30
Octal 253 313 53 20 0 117 24 110 101 60
Binary 10101011 11001011 101011 10000 0 1001111 10100 1001000 1000001 110000

Color Harmonies of #ABCB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCB2B

Black with #ABCB2B

Text Example


Text Example

White with #ABCB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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