Html Css Color HEX #ABBF32 Bahia

📋 copy color: '#ABBF32'

red 171 ◦ green 191 ◦ blue 50

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

Shades of Bahia #ABBF32

Tints of Bahia #ABBF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.14%

R = 41.5%
G = 46.36%
B = 12.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#ABBF32 (or 0xABBF32) is known color: Bahia. HEX triplet: AB, BF and 32. RGB value is (171,191,50). Sum of RGB (Red+Green+Blue) = 171+191+50=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBF32 is #5440CD. Grayscale: #A9A9A9. Windows color (decimal): -5521614 or 3325867. OLE color: 3325867.

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

Color convert

RGB 171 191 50 -
CMYK 0.10 0 0.74 0.25
HSL 68.51º 0.59% 0.47% -
HSV(B) 68.51º 0.74% 0.75% -
XYZ 36 46.15 10.03 -
YUV 168.95 60.87 129.46 -
System Red Green Blue C M Y K H S L
Decimal 171 191 50 0.10 0 0.74 0.25 68.51 0.59 0.47
Hex AB BF 32 A 0 4A 19 45 3B 2F
Octal 253 277 62 12 0 112 31 105 73 57
Binary 10101011 10111111 110010 1010 0 1001010 11001 1000101 111011 101111

Color Harmonies of #ABBF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBF32

Black with #ABBF32

Text Example


Text Example

White with #ABBF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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