Html Css Color HEX #ABCF1F Bahia

📋 copy color: '#ABCF1F'

red 171 ◦ green 207 ◦ blue 31

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

Shades of Bahia #ABCF1F

Tints of Bahia #ABCF1F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.61%

 BLUE value IS 31 (12.5% from 255) = 7.58%

R = 41.81%
G = 50.61%
B = 7.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#ABCF1F (or 0xABCF1F) is known color: Bahia. HEX triplet: AB, CF and 1F. RGB value is (171,207,31). Sum of RGB (Red+Green+Blue) = 171+207+31=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 31 (12.5% from 255 or 7.58% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCF1F is #5430E0. Grayscale: #B0B0B0. Windows color (decimal): -5517537 or 2084779. OLE color: 2084779.

HSL color Cylindrical-coordinate representation of color #ABCF1F: hue angle of 72.27º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABCF1F is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 207 31 -
CMYK 0.17 0 0.85 0.19
HSL 72.27º 0.74% 0.47% -
HSV(B) 72.27º 0.85% 0.81% -
XYZ 39.35 53.38 9.53 -
YUV 176.17 46.07 124.31 -
System Red Green Blue C M Y K H S L
Decimal 171 207 31 0.17 0 0.85 0.19 72.27 0.74 0.47
Hex AB CF 1F 11 0 55 13 48 4A 2F
Octal 253 317 37 21 0 125 23 110 112 57
Binary 10101011 11001111 11111 10001 0 1010101 10011 1001000 1001010 101111

Color Harmonies of #ABCF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCF1F

Black with #ABCF1F

Text Example


Text Example

White with #ABCF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCF1F; }

 p { color: rgb(171,207,31); }

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

background-color css

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

 a { background-color: rgb(171,207,31); }

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

border-color css

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

 span { border-color: rgb(171,207,31); }

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