Html Css Color HEX #ABBF33 Bahia

📋 copy color: '#ABBF33'

red 171 ◦ green 191 ◦ blue 51

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

Shades of Bahia #ABBF33

Tints of Bahia #ABBF33

RGB

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

 GREEN value IS 191 (75% from 255) = 46.25%

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

R = 41.4%
G = 46.25%
B = 12.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#ABBF33 (or 0xABBF33) is known color: Bahia. HEX triplet: AB, BF and 33. RGB value is (171,191,51). Sum of RGB (Red+Green+Blue) = 171+191+51=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 51 (20.31% from 255 or 12.35% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBF33 is #5440CC. Grayscale: #A9A9A9. Windows color (decimal): -5521613 or 3391403. OLE color: 3391403.

HSL color Cylindrical-coordinate representation of color #ABBF33: hue angle of 68.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABBF33 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 191 51 -
CMYK 0.10 0 0.73 0.25
HSL 68.57º 0.58% 0.47% -
HSV(B) 68.57º 0.73% 0.75% -
XYZ 36.02 46.16 10.14 -
YUV 169.06 61.37 129.38 -
System Red Green Blue C M Y K H S L
Decimal 171 191 51 0.10 0 0.73 0.25 68.57 0.58 0.47
Hex AB BF 33 A 0 49 19 45 3A 2F
Octal 253 277 63 12 0 111 31 105 72 57
Binary 10101011 10111111 110011 1010 0 1001001 11001 1000101 111010 101111

Color Harmonies of #ABBF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBF33

Black with #ABBF33

Text Example


Text Example

White with #ABBF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBF33; }

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

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

background-color css

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

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

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

border-color css

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

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

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