#ACCB1E

Color #ACCB1E Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #ACCB1E

Tints of Bahia #ACCB1E

Color information

#ACCB1E (or 0xACCB1E) is unknown color: approx Bahia. HEX triplet: AC, CB and 1E. RGB value is (172,203,30). Sum of RGB (Red+Green+Blue) = 172+203+30=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCB1E is #5334E1. Grayscale: #AEAEAE. Windows color (decimal): -5453026 or 2018220. OLE color: 2018220.

HSL color Cylindrical-coordinate representation of color #ACCB1E: hue angle of 70.75º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACCB1E is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB17220330-
CMYK0.1500.850.20
HSL70.75º74.25%45.69%-
HSV(B)70.75º85.22%79.61%-
XYZ38.651.589.15-
YUV174.0146.73126.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.47%
GREEN value IS 203 (79.69% from 255) = 50.12%
BLUE value IS 30 (12.11% from 255) = 7.41%
R=42.47%
G=50.12%
B=7.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal172203300.1500.850.2070.7574.2545.69
HexACCB1EF05514474a2e
Octal254313361701252410711256
Binary1010110011001011111101111010101011010010001111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCB1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCB1E; }

 p { color: rgb(172,203,30); }

 H1.HeaderClassName
 {
   color: #ACCB1E;
 }
 .AnyTagClassName
 {
   color: #ACCB1E;
 }
</style>
background-color css

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

 a { background-color: rgb(172,203,30); }

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

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

 span { border-color: rgb(172,203,30); }

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