Html Css Color HEX #ABC333 Bahia

📋 copy color: '#ABC333'

red 171 ◦ green 195 ◦ blue 51

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

Shades of Bahia #ABC333

Tints of Bahia #ABC333

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.76%

 BLUE value IS 51 (20.31% from 255) = 12.23%

R = 41.01%
G = 46.76%
B = 12.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#ABC333 (or 0xABC333) is known color: Bahia. HEX triplet: AB, C3 and 33. RGB value is (171,195,51). Sum of RGB (Red+Green+Blue) = 171+195+51=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 51 (20.31% from 255 or 12.23% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC333 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC333 is #543CCC. Grayscale: #ABABAB. Windows color (decimal): -5520589 or 3392427. OLE color: 3392427.

HSL color Cylindrical-coordinate representation of color #ABC333: hue angle of 70º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABC333 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 195 51 -
CMYK 0.12 0 0.74 0.24
HSL 70º 0.59% 0.48% -
HSV(B) 70º 0.74% 0.76% -
XYZ 36.91 47.93 10.44 -
YUV 171.41 60.05 127.71 -
System Red Green Blue C M Y K H S L
Decimal 171 195 51 0.12 0 0.74 0.24 70 0.59 0.48
Hex AB C3 33 C 0 4A 18 46 3B 30
Octal 253 303 63 14 0 112 30 106 73 60
Binary 10101011 11000011 110011 1100 0 1001010 11000 1000110 111011 110000

Color Harmonies of #ABC333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC333

Black with #ABC333

Text Example


Text Example

White with #ABC333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC333; }

 p { color: rgb(171,195,51); }

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

background-color css

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

 a { background-color: rgb(171,195,51); }

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

border-color css

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

 span { border-color: rgb(171,195,51); }

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