Html Css Color HEX #ABC925 Bahia

📋 copy color: '#ABC925'

red 171 ◦ green 201 ◦ blue 37

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

Shades of Bahia #ABC925

Tints of Bahia #ABC925

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.14%

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

R = 41.81%
G = 49.14%
B = 9.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#ABC925 (or 0xABC925) is known color: Bahia. HEX triplet: AB, C9 and 25. RGB value is (171,201,37). Sum of RGB (Red+Green+Blue) = 171+201+37=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 201 (78.91% from 255 or 49.14% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC925 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC925 is #5436DA. Grayscale: #ADADAD. Windows color (decimal): -5519067 or 2476459. OLE color: 2476459.

HSL color Cylindrical-coordinate representation of color #ABC925: hue angle of 70.98º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABC925 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 201 37 -
CMYK 0.15 0 0.82 0.21
HSL 70.98º 0.69% 0.47% -
HSV(B) 70.98º 0.82% 0.79% -
XYZ 38.02 50.56 9.51 -
YUV 173.33 51.06 126.34 -
System Red Green Blue C M Y K H S L
Decimal 171 201 37 0.15 0 0.82 0.21 70.98 0.69 0.47
Hex AB C9 25 F 0 52 15 47 45 2F
Octal 253 311 45 17 0 122 25 107 105 57
Binary 10101011 11001001 100101 1111 0 1010010 10101 1000111 1000101 101111

Color Harmonies of #ABC925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC925

Black with #ABC925

Text Example


Text Example

White with #ABC925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC925; }

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

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

background-color css

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

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

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

border-color css

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

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

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