Html Css Color HEX #ABCF0F Bahia

📋 copy color: '#ABCF0F'

red 171 ◦ green 207 ◦ blue 15

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

Shades of Bahia #ABCF0F

Tints of Bahia #ABCF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.82%

R = 43.51%
G = 52.67%
B = 3.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#ABCF0F (or 0xABCF0F) is known color: Bahia. HEX triplet: AB, CF and 0F. RGB value is (171,207,15). Sum of RGB (Red+Green+Blue) = 171+207+15=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 15 (6.25% from 255 or 3.82% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCF0F is #5430F0. Grayscale: #AFAFAF. Windows color (decimal): -5517553 or 1036203. OLE color: 1036203.

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

Color convert

RGB 171 207 15 -
CMYK 0.17 0 0.93 0.19
HSL 71.25º 0.86% 0.44% -
HSV(B) 71.25º 0.93% 0.81% -
XYZ 39.19 53.32 8.68 -
YUV 174.35 38.07 125.61 -
System Red Green Blue C M Y K H S L
Decimal 171 207 15 0.17 0 0.93 0.19 71.25 0.86 0.44
Hex AB CF F 11 0 5D 13 47 56 2C
Octal 253 317 17 21 0 135 23 107 126 54
Binary 10101011 11001111 1111 10001 0 1011101 10011 1000111 1010110 101100

Color Harmonies of #ABCF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCF0F

Black with #ABCF0F

Text Example


Text Example

White with #ABCF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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