Html Css Color HEX #ABBD25 Bahia

📋 copy color: '#ABBD25'

red 171 ◦ green 189 ◦ blue 37

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

Shades of Bahia #ABBD25

Tints of Bahia #ABBD25

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.61%

 BLUE value IS 37 (14.84% from 255) = 9.32%

R = 43.07%
G = 47.61%
B = 9.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#ABBD25 (or 0xABBD25) is known color: Bahia. HEX triplet: AB, BD and 25. RGB value is (171,189,37). Sum of RGB (Red+Green+Blue) = 171+189+37=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 37 (14.84% from 255 or 9.32% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBD25 is #5442DA. Grayscale: #A6A6A6. Windows color (decimal): -5522139 or 2473387. OLE color: 2473387.

HSL color Cylindrical-coordinate representation of color #ABBD25: hue angle of 67.11º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABBD25 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 189 37 -
CMYK 0.10 0 0.80 0.26
HSL 67.11º 0.67% 0.44% -
HSV(B) 67.11º 0.8% 0.74% -
XYZ 35.33 45.19 8.61 -
YUV 166.29 55.04 131.36 -
System Red Green Blue C M Y K H S L
Decimal 171 189 37 0.10 0 0.80 0.26 67.11 0.67 0.44
Hex AB BD 25 A 0 50 1A 43 43 2C
Octal 253 275 45 12 0 120 32 103 103 54
Binary 10101011 10111101 100101 1010 0 1010000 11010 1000011 1000011 101100

Color Harmonies of #ABBD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD25

Black with #ABBD25

Text Example


Text Example

White with #ABBD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD25; }

 p { color: rgb(171,189,37); }

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

background-color css

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

 a { background-color: rgb(171,189,37); }

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

border-color css

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

 span { border-color: rgb(171,189,37); }

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