Html Css Color HEX #ABCC2B Bahia

📋 copy color: '#ABCC2B'

red 171 ◦ green 204 ◦ blue 43

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

Shades of Bahia #ABCC2B

Tints of Bahia #ABCC2B

RGB

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

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

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

R = 40.91%
G = 48.8%
B = 10.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#ABCC2B (or 0xABCC2B) is known color: Bahia. HEX triplet: AB, CC and 2B. RGB value is (171,204,43). Sum of RGB (Red+Green+Blue) = 171+204+43=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 43 (17.19% from 255 or 10.29% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC2B is #5433D4. Grayscale: #B0B0B0. Windows color (decimal): -5518293 or 2870443. OLE color: 2870443.

HSL color Cylindrical-coordinate representation of color #ABCC2B: hue angle of 72.3º 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 #ABCC2B is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 204 43 -
CMYK 0.16 0 0.79 0.2
HSL 72.3º 0.65% 0.48% -
HSV(B) 72.3º 0.79% 0.8% -
XYZ 38.82 52.02 10.28 -
YUV 175.78 53.07 124.59 -
System Red Green Blue C M Y K H S L
Decimal 171 204 43 0.16 0 0.79 0.2 72.3 0.65 0.48
Hex AB CC 2B 10 0 4F 14 48 41 30
Octal 253 314 53 20 0 117 24 110 101 60
Binary 10101011 11001100 101011 10000 0 1001111 10100 1001000 1000001 110000

Color Harmonies of #ABCC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC2B

Black with #ABCC2B

Text Example


Text Example

White with #ABCC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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