Html Css Color HEX #ABCB0F Bahia

📋 copy color: '#ABCB0F'

red 171 ◦ green 203 ◦ blue 15

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

Shades of Bahia #ABCB0F

Tints of Bahia #ABCB0F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 52.19%

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

R = 43.96%
G = 52.19%
B = 3.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#ABCB0F (or 0xABCB0F) is known color: Bahia. HEX triplet: AB, CB and 0F. RGB value is (171,203,15). Sum of RGB (Red+Green+Blue) = 171+203+15=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 203 (79.69% from 255 or 52.19% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCB0F is #5434F0. Grayscale: #ACACAC. Windows color (decimal): -5518577 or 1035179. OLE color: 1035179.

HSL color Cylindrical-coordinate representation of color #ABCB0F: hue angle of 70.21º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABCB0F is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 203 15 -
CMYK 0.16 0 0.93 0.20
HSL 70.21º 0.86% 0.43% -
HSV(B) 70.21º 0.93% 0.8% -
XYZ 38.24 51.4 8.36 -
YUV 172 39.4 127.29 -
System Red Green Blue C M Y K H S L
Decimal 171 203 15 0.16 0 0.93 0.20 70.21 0.86 0.43
Hex AB CB F 10 0 5D 14 46 56 2B
Octal 253 313 17 20 0 135 24 106 126 53
Binary 10101011 11001011 1111 10000 0 1011101 10100 1000110 1010110 101011

Color Harmonies of #ABCB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCB0F

Black with #ABCB0F

Text Example


Text Example

White with #ABCB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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