Html Css Color HEX #ABBF34 Bahia

📋 copy color: '#ABBF34'

red 171 ◦ green 191 ◦ blue 52

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

Shades of Bahia #ABBF34

Tints of Bahia #ABBF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.56%

R = 41.3%
G = 46.14%
B = 12.56%

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

#ABBF34 (or 0xABBF34) is known color: Bahia. HEX triplet: AB, BF and 34. RGB value is (171,191,52). Sum of RGB (Red+Green+Blue) = 171+191+52=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 52 (20.70% from 255 or 12.56% from 414); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBF34 is #5440CB. Grayscale: #A9A9A9. Windows color (decimal): -5521612 or 3456939. OLE color: 3456939.

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

Color convert

RGB 171 191 52 -
CMYK 0.10 0 0.73 0.25
HSL 68.63º 0.57% 0.48% -
HSV(B) 68.63º 0.73% 0.75% -
XYZ 36.05 46.17 10.26 -
YUV 169.17 61.87 129.3 -
System Red Green Blue C M Y K H S L
Decimal 171 191 52 0.10 0 0.73 0.25 68.63 0.57 0.48
Hex AB BF 34 A 0 49 19 45 39 30
Octal 253 277 64 12 0 111 31 105 71 60
Binary 10101011 10111111 110100 1010 0 1001001 11001 1000101 111001 110000

Color Harmonies of #ABBF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBF34

Black with #ABBF34

Text Example


Text Example

White with #ABBF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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